1. 608838f Remove --enable-asan, --enable-ubsan, --enable-code-coverage: compile flags can be inhereted from env by Guido Vranken · 5 years ago
  2. 35816c7 Merge branch 'master' into fuzzing by Guido Vranken · 5 years ago
  3. a83736e Add AC_CHECK_* for nss when not using pkg-config by Pascal Buhler · 6 years ago
  4. a946b3f support system NSS packages by Pascal Buhler · 6 years ago
  5. 79d516c Merge branch 'master' into fuzzing by Guido Vranken · 6 years ago
  6. 702670e Enable building on Linux by Richard Barnes · 6 years ago
  7. 9373379 Minor refactors suggested by @martinthomson by Richard Barnes · 6 years ago
  8. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  9. 47fe22d Get tests to run (not yet pass) by Richard Barnes · 6 years ago
  10. 3e5efb0 Further consolidation by Richard Barnes · 6 years ago
  11. 1287209 Initial build system changes by Richard Barnes · 6 years ago
  12. ec465b8 Detect and handle broken "OPENSSL_cleanse". by Joachim Bauch · 6 years ago
  13. fd5b3b2 Increment version in master to 2.3.0-pre by Pascal Buhler · 6 years ago
  14. ff1b3c9 Add fuzzer by Guido Vranken · 6 years ago
  15. 90f7e1b Merge branch 'master' into master by Martin · 7 years ago
  16. 96d0b9a only link against lib(w)pcap when needed incorporates #366 and adapts to it by Martin Meszaros · 7 years ago
  17. 274b475 Rename configure.in to configure.ac by Mike Gilbert · 7 years ago[Renamed from configure.in]
  18. 3edfada let rtp_decoder compile on MinGW using WinPCAP by Martin Meszaros · 7 years ago
  19. 2de85a4 Rename configure.in to configure.ac by Mike Gilbert · 7 years ago
  20. d7f9f46 bump version to 2.2.0-pre after branching 2_1_x_throttle by Pascal Bühler · 7 years ago
  21. 475af06 configure.in: Removes superfluous -fPIC from LDFLAGS. by Idar Tollefsen · 7 years ago
  22. ba304fc configure.in: Adds support for EXTRA_CFLAGS to be appended to CFLAGS. by Idar Tollefsen · 7 years ago
  23. 38e5076 configure.in: Require- and unconditionally use- AM_PROG_AR. by Idar Tollefsen · 7 years ago
  24. bb6ef8a Add strict-prototypes warning if supported. by Pascal Bühler · 7 years ago
  25. beaf9d8 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  26. b969ed5 Merge branch 'master' into configure-log-options by Pascal Bühler · 7 years ago
  27. e4af22f remove support for generic aesicm from configure.in by Pascal Bühler · 7 years ago
  28. 6c949b6 Change required openssl version to be >= 1.0.1 by Pascal Bühler · 7 years ago
  29. f9c148d configure.in: Lowers pkg-config version required. by Idar Tollefsen · 7 years ago
  30. 88579e6 Simplify logging of errors and debug by Pascal Bühler · 7 years ago
  31. 0e79075 configure.in: Replaces hardcoded CFLAGS with compiler checks. by Idar Tollefsen · 7 years ago
  32. b015c45 configure.in/Makefile.in: Removes -fPIC flag on Windows. by Idar Tollefsen · 7 years ago
  33. 333fa84 configure.in: Improves OpenSSL discovery and linking. by Idar Tollefsen · 7 years ago
  34. 3edfcef configure.in/Makefile.in: Always generate and install pkg-config file. by Idar Tollefsen · 7 years ago
  35. 5e67d39 configure.in: Adds proper quoting and small improvements flowing from it. by Idar Tollefsen · 7 years ago
  36. 27d857c configure.in: Changes empty CFLAGS check to be (more) shell neutral. by Idar Tollefsen · 7 years ago
  37. 5fd1187 configure.in/Makefile.in: Whitespace cleanup. by Idar Tollefsen · 7 years ago
  38. 1ef6f5f Merge pull request #231 from pabuhler/ver-2.1.0-pre by Pascal Bühler · 7 years ago
  39. 34acba6 Advance version on master by Pascal Bühler · 7 years ago
  40. 1265858 avoid empty initializer braces, closes cisco/libsrtp#206 by Alexander Traud · 8 years ago
  41. 1a97d5d Merge pull request #175 from traud/remove_2nd_fPIC by John Foley · 8 years ago
  42. bafc7b0 Merge pull request #174 from traud/macro_obsolete by John Foley · 8 years ago
  43. e29840e Merge pull request #173 from traud/macro_possibly_undefined by John Foley · 8 years ago
  44. 536bd51 remove 2nd -fPIC was issued twice, because of cae277e and b90f1ba by Alexander Traud · 8 years ago
  45. d80ef6c avoid warning 'macro is obsolete' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  46. 52c30db avoid the error 'possibly undefined macro' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  47. df9fe1a honor $PKG_CONFIG when checking *FLAGS for openssl by Michael Thomas (malinka) · 8 years ago
  48. 1d4460d use PKG_PROG_PKG_CONFIG to set PKG_CONFIG correctly by Michael Thomas (malinka) · 8 years ago
  49. fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 8 years ago
  50. 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
  51. 1ce6a74 Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master. by jfigus · 9 years ago
  52. 7d67ce5 Sync latest from master by jfigus · 9 years ago
  53. e806a66 Prepare for 1.5.2 release. by jfigus · 9 years ago
  54. 13fd694 Change libdl and libz checks to warnings when not found. by jfigus · 9 years ago
  55. 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
  56. 3d1eba7 Relabel master for next MR. by jfigus · 9 years ago
  57. 385e675 Prepare for 1.5.1 release. by jfigus · 9 years ago
  58. 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
  59. d2b331c Sync latest changes from master. by jfigus · 10 years ago
  60. f7dc067 Change the autoconf input file along with configure itself by Jaap Keuter · 10 years ago
  61. a6cf208 Remove support for --enable-kernel-linux option. by jfigus · 10 years ago
  62. 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
  63. 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
  64. 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
  65. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  66. 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
  67. f063b90 Remove support for logging of errors to syslog by jfigus · 10 years ago
  68. b058a3b Pull new branch for 2.0.0 development by jfigus · 10 years ago
  69. 8bb76a3 Merge pull request #74 from bernardotorres/master by John Foley · 10 years ago
  70. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  71. 7b8383f Add -pre suffix to version to indicate master branch is not stable. by jfigus · 10 years ago
  72. d658019 Prepare for 1.5.0 release. by jfigus · 10 years ago
  73. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago
  74. 79e38ae * Adding support for pcap decryption by Bernardo Torres · 10 years ago
  75. b86063c build: add pkg-config file generation support by Saúl Ibarra Corretgé · 10 years ago
  76. 4581fe8 build: define PACKAGE_NAME and PACKAGE_VERSION by Saúl Ibarra Corretgé · 10 years ago
  77. 2b48665 Minor changes to autoconf and Makefile to resolve issues #59 and #60. by jfigus · 10 years ago
  78. 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
  79. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  80. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  81. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
  82. 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
  83. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  84. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 12 years ago
  85. 3f7fc22 Add configure test for the 'sigaction' function. by Jonathan Lennox · 14 years ago
  86. faf84ca Move up host and byteorder checks before checking for random device to use. by Marcus Sundberg · 17 years ago
  87. 8a9f627 Remove doxygen test string accidently left in previous commit. by Marcus Sundberg · 19 years ago
  88. 7b81b06 Add --enable-kernel-linux flag to support building library for Linux kernel context. by Marcus Sundberg · 19 years ago
  89. 8046c3a Don't try to use AC_CHECK_FILE when cross compiling. by Marcus Sundberg · 19 years ago
  90. 4ce29b2 Make sure output directories exist in case we're building outside the source dir. by Marcus Sundberg · 19 years ago
  91. efe1273 (AC_OUTPUT): Added crypto/Makefile and doc/Makefile. by Marcus Sundberg · 19 years ago
  92. aa85135 Added inttypes.h Fixed AC_CHECK_TYPES by Randell Jesup · 19 years ago
  93. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  94. 89fb7ea Fixed bswap_32, bswap_64 (#defines were a little off) by David McGrew · 19 years ago
  95. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  96. 235513a Initial revision by Cullen Jennings · 19 years ago