1. beaf9d8 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  2. b969ed5 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  3. e4af22f remove support for generic aesicm from configure.in by Pascal Bühler · 7 years ago
  4. 6c949b6 Change required openssl version to be >= 1.0.1 by Pascal Bühler · 7 years ago
  5. f9c148d configure.in: Lowers pkg-config version required. by Idar Tollefsen · 7 years ago
  6. 88579e6 Simplify logging of errors and debug by Pascal Bühler · 7 years ago
  7. 0e79075 configure.in: Replaces hardcoded CFLAGS with compiler checks. by Idar Tollefsen · 7 years ago
  8. b015c45 configure.in/Makefile.in: Removes -fPIC flag on Windows. by Idar Tollefsen · 7 years ago
  9. 333fa84 configure.in: Improves OpenSSL discovery and linking. by Idar Tollefsen · 7 years ago
  10. 3edfcef configure.in/Makefile.in: Always generate and install pkg-config file. by Idar Tollefsen · 7 years ago
  11. 5e67d39 configure.in: Adds proper quoting and small improvements flowing from it. by Idar Tollefsen · 7 years ago
  12. 27d857c configure.in: Changes empty CFLAGS check to be (more) shell neutral. by Idar Tollefsen · 8 years ago
  13. 5fd1187 configure.in/Makefile.in: Whitespace cleanup. by Idar Tollefsen · 8 years ago
  14. 1ef6f5f Merge pull request #231 from pabuhler/ver-2.1.0-pre by Pascal Bühler · 7 years ago
  15. 34acba6 Advance version on master by Pascal Bühler · 8 years ago
  16. 1265858 avoid empty initializer braces, closes cisco/libsrtp#206 by Alexander Traud · 8 years ago
  17. 1a97d5d Merge pull request #175 from traud/remove_2nd_fPIC by John Foley · 8 years ago
  18. bafc7b0 Merge pull request #174 from traud/macro_obsolete by John Foley · 8 years ago
  19. e29840e Merge pull request #173 from traud/macro_possibly_undefined by John Foley · 8 years ago
  20. 536bd51 remove 2nd -fPIC was issued twice, because of cae277e and b90f1ba by Alexander Traud · 8 years ago
  21. d80ef6c avoid warning 'macro is obsolete' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  22. 52c30db avoid the error 'possibly undefined macro' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  23. df9fe1a honor $PKG_CONFIG when checking *FLAGS for openssl by Michael Thomas (malinka) · 8 years ago
  24. 1d4460d use PKG_PROG_PKG_CONFIG to set PKG_CONFIG correctly by Michael Thomas (malinka) · 8 years ago
  25. fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 9 years ago
  26. 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 · 9 years ago
  27. 1ce6a74 Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master. by jfigus · 9 years ago
  28. 7d67ce5 Sync latest from master by jfigus · 9 years ago
  29. e806a66 Prepare for 1.5.2 release. by jfigus · 9 years ago
  30. 13fd694 Change libdl and libz checks to warnings when not found. by jfigus · 9 years ago
  31. b5fad5f A autoconf checks for libz and libdl when OpenSSL is enabled to allow for static linking of OpenSSL (via CFLAGS=-static). by jfigus · 9 years ago
  32. 3d1eba7 Relabel master for next MR. by jfigus · 9 years ago
  33. 385e675 Prepare for 1.5.1 release. by jfigus · 9 years ago
  34. 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
  35. d2b331c Sync latest changes from master. by jfigus · 10 years ago
  36. f7dc067 Change the autoconf input file along with configure itself by Jaap Keuter · 10 years ago
  37. a6cf208 Remove support for --enable-kernel-linux option. by jfigus · 10 years ago
  38. 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
  39. 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
  40. 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
  41. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  42. 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
  43. f063b90 Remove support for logging of errors to syslog by jfigus · 10 years ago
  44. b058a3b Pull new branch for 2.0.0 development by jfigus · 10 years ago
  45. 8bb76a3 Merge pull request #74 from bernardotorres/master by John Foley · 10 years ago
  46. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  47. 7b8383f Add -pre suffix to version to indicate master branch is not stable. by jfigus · 10 years ago
  48. d658019 Prepare for 1.5.0 release. by jfigus · 10 years ago
  49. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago
  50. 79e38ae * Adding support for pcap decryption by Bernardo Torres · 10 years ago
  51. b86063c build: add pkg-config file generation support by Saúl Ibarra Corretgé · 10 years ago
  52. 4581fe8 build: define PACKAGE_NAME and PACKAGE_VERSION by Saúl Ibarra Corretgé · 10 years ago
  53. 2b48665 Minor changes to autoconf and Makefile to resolve issues #59 and #60. by jfigus · 10 years ago
  54. 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
  55. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  56. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  57. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
  58. 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 · 11 years ago
  59. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  60. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 12 years ago
  61. 3f7fc22 Add configure test for the 'sigaction' function. by Jonathan Lennox · 14 years ago
  62. faf84ca Move up host and byteorder checks before checking for random device to use. by Marcus Sundberg · 17 years ago
  63. 8a9f627 Remove doxygen test string accidently left in previous commit. by Marcus Sundberg · 19 years ago
  64. 7b81b06 Add --enable-kernel-linux flag to support building library for Linux kernel context. by Marcus Sundberg · 19 years ago
  65. 8046c3a Don't try to use AC_CHECK_FILE when cross compiling. by Marcus Sundberg · 19 years ago
  66. 4ce29b2 Make sure output directories exist in case we're building outside the source dir. by Marcus Sundberg · 19 years ago
  67. efe1273 (AC_OUTPUT): Added crypto/Makefile and doc/Makefile. by Marcus Sundberg · 19 years ago
  68. aa85135 Added inttypes.h Fixed AC_CHECK_TYPES by Randell Jesup · 19 years ago
  69. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  70. 89fb7ea Fixed bswap_32, bswap_64 (#defines were a little off) by David McGrew · 19 years ago
  71. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  72. 235513a Initial revision by Cullen Jennings · 19 years ago