1. 7591886 Regenerate configure are error & logging changes by Pascal Bühler · 8 years ago
  2. a3c68bc regenerate configure after recent configure.in changes by Pascal Bühler · 8 years ago
  3. ac872e7 update configure after recent configure.in changes by Pascal Bühler · 8 years ago
  4. 600ad96 configure: Regenerates configure script after configure.in changes. by Idar Tollefsen · 8 years ago
  5. 34acba6 Advance version on master by Pascal Bühler · 8 years ago
  6. fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 9 years ago
  7. 038d2cf Add support for using OpenSSL SRTP KDF algorithm. This work was originally done by Barry Fussell, but has been adapted to the latest libsrtp. Added new configure option called --enable-openssl-kdf to enable this feature. Also added new configure option to specify the location of the OpenSSL directory (--with-openssl-dir). Lastly, this commit updates config_in.h (via autoheader). by jfigus · 10 years ago
  8. 1ce6a74 Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master. by jfigus · 10 years ago
  9. 7d67ce5 Sync latest from master by jfigus · 10 years ago
  10. e806a66 Prepare for 1.5.2 release. by jfigus · 10 years ago
  11. 13fd694 Change libdl and libz checks to warnings when not found. by jfigus · 10 years ago
  12. 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
  13. 3d1eba7 Relabel master for next MR. by jfigus · 10 years ago
  14. 385e675 Prepare for 1.5.1 release. by jfigus · 10 years ago
  15. 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
  16. d2b331c Sync latest changes from master. by jfigus · 10 years ago
  17. e9f206c Introduce little endian RISC support by Jaap Keuter · 10 years ago
  18. a6cf208 Remove support for --enable-kernel-linux option. by jfigus · 10 years ago
  19. 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
  20. 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
  21. 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
  22. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  23. 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
  24. f063b90 Remove support for logging of errors to syslog by jfigus · 10 years ago
  25. b058a3b Pull new branch for 2.0.0 development by jfigus · 10 years ago
  26. 8bb76a3 Merge pull request #74 from bernardotorres/master by John Foley · 10 years ago
  27. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  28. 7b8383f Add -pre suffix to version to indicate master branch is not stable. by jfigus · 10 years ago
  29. d658019 Prepare for 1.5.0 release. by jfigus · 10 years ago
  30. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago
  31. 79e38ae * Adding support for pcap decryption by Bernardo Torres · 10 years ago
  32. ff3d042 build: regenerate configure file by Saúl Ibarra Corretgé · 10 years ago
  33. 2b48665 Minor changes to autoconf and Makefile to resolve issues #59 and #60. by jfigus · 10 years ago
  34. bfb9e30 Update configure based on b90f1baa. by Sean Bright · 11 years ago
  35. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  36. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  37. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 12 years ago
  38. c7e66e3 Regenerated configure script using autoconf to allow the new --enable-openssl option. by jfigus · 12 years ago
  39. 52c5cd3 line up with master configure by Cullen Jennings · 12 years ago
  40. 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
  41. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 12 years ago
  42. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 13 years ago
  43. 3f7fc22 Add configure test for the 'sigaction' function. by Jonathan Lennox · 14 years ago
  44. 601cd0a Re-generated from configure.in 1.11. by Marcus Sundberg · 17 years ago
  45. 64536cc Re-generated from configure.in 1.10. by Marcus Sundberg · 19 years ago
  46. 9aef51e Re-generated from configure.in 1.8. by Marcus Sundberg · 19 years ago
  47. 979e1bc Re-generated from configure.in 1.7 by Marcus Sundberg · 19 years ago
  48. fffdbfe Re-generated from configure.in 1.6 by Marcus Sundberg · 19 years ago
  49. d1694b5 updating autoconf by David McGrew · 19 years ago
  50. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  51. 89fb7ea Fixed bswap_32, bswap_64 (#defines were a little off) by David McGrew · 19 years ago
  52. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  53. 235513a Initial revision by Cullen Jennings · 19 years ago