1. 7d67ce5 Sync latest from master by jfigus · 10 years ago
  2. e806a66 Prepare for 1.5.2 release. by jfigus · 10 years ago
  3. 13fd694 Change libdl and libz checks to warnings when not found. by jfigus · 10 years ago
  4. b5fad5f A autoconf checks for libz and libdl when OpenSSL is enabled to allow for static linking of OpenSSL (via CFLAGS=-static). by jfigus · 10 years ago
  5. 3d1eba7 Relabel master for next MR. by jfigus · 10 years ago
  6. 385e675 Prepare for 1.5.1 release. by jfigus · 10 years ago
  7. fb83841 Remove RNG since there is no longer a public API exposed to use the RNG. The RNG in libsrtp wasn't using a particularly good random source anyway. Downstream applications should use OpenSSL or some other random source that's compliant with SP-800-90. by jfigus · 10 years ago
  8. d2b331c Sync latest changes from master. by jfigus · 10 years ago
  9. f7dc067 Change the autoconf input file along with configure itself by Jaap Keuter · 10 years ago
  10. a6cf208 Remove support for --enable-kernel-linux option. by jfigus · 10 years ago
  11. d196e02 Rename binary target to libsrtp2 since it's not backwards compatible with libsrtp 1.x. Header files are now installed into /usr/local/include/srtp2. by jfigus · 10 years ago
  12. a3127b8 Remove AES CBC mode since it's not used by SRTP and libsrtp shouldn't be used as a general purpose crypto library. by jfigus · 10 years ago
  13. 2569049 Remove obsolete PRNG. Libsrtp shouldn't be used as a general purpose crypto library. Libraries such as OpenSSL provide a newer SP800-90 compliant DRBG. by jfigus · 10 years ago
  14. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  15. 97a80f4 Change default option for stdout debugging to disabled to comply with best practices for library development. Removed GDOI configure option because it's not used anywhere in the code. by jfigus · 10 years ago
  16. f063b90 Remove support for logging of errors to syslog by jfigus · 10 years ago
  17. b058a3b Pull new branch for 2.0.0 development by jfigus · 10 years ago
  18. 8bb76a3 Merge pull request #74 from bernardotorres/master by John Foley · 10 years ago
  19. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  20. 7b8383f Add -pre suffix to version to indicate master branch is not stable. by jfigus · 10 years ago
  21. d658019 Prepare for 1.5.0 release. by jfigus · 10 years ago
  22. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago
  23. 79e38ae * Adding support for pcap decryption by Bernardo Torres · 10 years ago
  24. b86063c build: add pkg-config file generation support by Saúl Ibarra Corretgé · 10 years ago
  25. 4581fe8 build: define PACKAGE_NAME and PACKAGE_VERSION by Saúl Ibarra Corretgé · 10 years ago
  26. 2b48665 Minor changes to autoconf and Makefile to resolve issues #59 and #60. by jfigus · 10 years ago
  27. b90f1ba add -fPIC to CFLAGS by default, use pkg-config to get LDFLAGS and CFLAGS for openssl, output enable_openssl status by Kristian Kielhofner · 11 years ago
  28. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  29. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  30. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
  31. 0d3a268 Add support for OpenSSL based HMAC implementation, which optionally replaces the native HMAC/SHA1 implementation. This commit also fixes some problems with the test apps when OpenSSL support is configured into the library. by jfigus · 12 years ago
  32. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 12 years ago
  33. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 12 years ago
  34. 3f7fc22 Add configure test for the 'sigaction' function. by Jonathan Lennox · 14 years ago
  35. faf84ca Move up host and byteorder checks before checking for random device to use. by Marcus Sundberg · 17 years ago
  36. 8a9f627 Remove doxygen test string accidently left in previous commit. by Marcus Sundberg · 19 years ago
  37. 7b81b06 Add --enable-kernel-linux flag to support building library for Linux kernel context. by Marcus Sundberg · 19 years ago
  38. 8046c3a Don't try to use AC_CHECK_FILE when cross compiling. by Marcus Sundberg · 19 years ago
  39. 4ce29b2 Make sure output directories exist in case we're building outside the source dir. by Marcus Sundberg · 19 years ago
  40. efe1273 (AC_OUTPUT): Added crypto/Makefile and doc/Makefile. by Marcus Sundberg · 19 years ago
  41. aa85135 Added inttypes.h Fixed AC_CHECK_TYPES by Randell Jesup · 19 years ago
  42. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  43. 89fb7ea Fixed bswap_32, bswap_64 (#defines were a little off) by David McGrew · 19 years ago
  44. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  45. 235513a Initial revision by Cullen Jennings · 19 years ago