1. 27d857c configure.in: Changes empty CFLAGS check to be (more) shell neutral. by Idar Tollefsen · 8 years ago
  2. 5fd1187 configure.in/Makefile.in: Whitespace cleanup. by Idar Tollefsen · 8 years ago
  3. b6a1c6e Merge pull request #237 from thisisG/rtp_decoder_c_spring_cleaning by Pascal Bühler · 8 years ago
  4. cf78198 Merge pull request #236 from thisisG/issue_158_identical_expressions_in_conditional by Pascal Bühler · 8 years ago
  5. 5e2ff54 test/rtp_decoder.c: Spring cleaning, whitespace, old comments, formatting by Geir Istad · 8 years ago
  6. 8cc00aa test/rtp_decoder.c: Remove NOOP conditional by Geir Istad · 8 years ago
  7. 5eb1de9 test/rtp_decoder.c: Removed superfluous conditional by Geir Istad · 8 years ago
  8. 94502db Merge pull request #233 from thisisG/issue_216_srtp_index_guess_may_overflow_for_16_bit_ints by Pascal Bühler · 8 years ago
  9. 7834004 Merge pull request #198 from bryongloden/patch-1 by Pascal Bühler · 8 years ago
  10. 1aff438 crypto/replay/rdbx.c: Return types of type int to int32_t by Geir Istad · 8 years ago
  11. 520698f Merge pull request #232 from pabuhler/update-travis by Pascal Bühler · 8 years ago
  12. 601fcf0 Disable travis builds using openssl on osx by Pascal Bühler · 8 years ago
  13. b6ba75c Use ps -e to ensure process is found by Pascal Bühler · 8 years ago
  14. e0ac3aa Merge pull request #213 from mmdriley/printf by Pascal Bühler · 8 years ago
  15. 1ef6f5f Merge pull request #231 from pabuhler/ver-2.1.0-pre by Pascal Bühler · 8 years ago
  16. 1051bcc Add clean step in between configure on travis by Pascal Bühler · 8 years ago
  17. d7e2b8d Merge pull request #214 from traud/pedantic by Pascal Bühler · 8 years ago
  18. 34acba6 Advance version on master by Pascal Bühler · 8 years ago
  19. 964ff81 Merge pull request #222 from bozho-2003/master by Pascal Bühler · 8 years ago
  20. 155ec97 Fix issue #220: No consistency when use some srtp_* functions. by bozho · 8 years ago
  21. 1265858 avoid empty initializer braces, closes cisco/libsrtp#206 by Alexander Traud · 8 years ago
  22. a2538d4 Add cast to `unsigned int` in call to printf by Matthew Riley · 8 years ago
  23. 2cbd850 Merge pull request #211 from JonathanLennox/ossl_110_compat by Jonathan Lennox · 8 years ago
  24. 0b45423 Changes for OpenSSL 1.1.0 compatibility. by Jonathan Lennox · 8 years ago
  25. e617ccd Merge pull request #208 from JonathanLennox/public_crypto_funcs_2 by Jonathan Lennox · 8 years ago
  26. af2d176 Install cipher.h, auth.h, and crypto_types.h on win32. by Jonathan Lennox · 8 years ago
  27. b636e4b Export functions declared in cipher.h and auth.h. by Jonathan Lennox · 8 years ago
  28. 302bdd7 Clean up comments. by Jonathan Lennox · 8 years ago
  29. 3876191 Install cipher.h, auth.h and crypto_types.h. by Jonathan Lennox · 8 years ago
  30. f62a561 Add "srtp_" namespace prefix to auth functions, function pointer types, and enum values. by Jonathan Lennox · 8 years ago
  31. 2807b88 Don't cast function pointers to function pointer types. Clean up functions to match prototypes precisely. by Jonathan Lennox · 8 years ago
  32. ce74a5d Fix prototype for cipher_set_iv_func_t. by Jonathan Lennox · 8 years ago
  33. 81fffce Update comments to reflect addition of srtp_ prefixes on types and functions. by Jonathan Lennox · 8 years ago
  34. 1402990 Rename srtp_crypto_kernel_replace_cipher_type as srtp_replace_cipher_type, and similarly for auth_type. by Jonathan Lennox · 8 years ago
  35. 02cebb6 Move declarations of srtp_crypto_kernel_replace_cipher_type and srtp_crypto_kernel_replace_auth_type to cipher.h and auth.h respectively. by Jonathan Lennox · 8 years ago
  36. 6dadf6a Remove includes of private header files from cipher.h and auth.h. by Jonathan Lennox · 8 years ago
  37. 75cb2f4 Remove declaration of cipher_set_segment_func_t, never used. by Jonathan Lennox · 8 years ago
  38. 61330e2 Remove srtp_debug_module_t field from srtp_cipher_type_t and srtp_auth_type_t structures. by Jonathan Lennox · 8 years ago
  39. 58ce6aa Merge pull request #207 from JonathanLennox/win32_install_tweak by Jonathan Lennox · 8 years ago
  40. daab706 Fix to install-win.bat syntax, and add installation of x64 libraries. by Jonathan Lennox · 8 years ago
  41. cea8c5e Merge pull request #205 from JonathanLennox/vs_2015 by Paul E. Jones · 8 years ago
  42. 701bb79 Update Windows build files to Visual Studio 2015, add x64 platform, and adjust for libsrtp 2.0.x changes. by Jonathan Lennox · 8 years ago
  43. 980ec14 Merge pull request #204 from JonathanLennox/ossl_perf_improvements_2 by Jonathan Lennox · 8 years ago
  44. 1acba56 When building with OpenSSL, pass the AES_GCM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. by Jonathan Lennox · 8 years ago
  45. fb95445 When building with OpenSSL, pass the AES_ICM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. by Jonathan Lennox · 8 years ago
  46. 5781341 Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1() implementation. by Jonathan Lennox · 8 years ago
  47. 49525d2 Merge pull request #202 from JonathanLennox/warning_fix by Paul E. Jones · 8 years ago
  48. a78813d suseconds_t isn't required to be type long (on macOS it's int), so explicitly cast to long avoid a format specifier warning. by Jonathan Lennox · 8 years ago
  49. ed58104 Merge pull request #169 from traud/merge-conflict by Paul E. Jones · 8 years ago
  50. 1a7004b Merge pull request #191 from traud/master_ssrc_debug by Paul E. Jones · 8 years ago
  51. 1a97d5d Merge pull request #175 from traud/remove_2nd_fPIC by John Foley · 8 years ago
  52. bafc7b0 Merge pull request #174 from traud/macro_obsolete by John Foley · 8 years ago
  53. e29840e Merge pull request #173 from traud/macro_possibly_undefined by John Foley · 8 years ago
  54. 92333c0 Merge pull request #160 from AelMalinka/master by John Foley · 8 years ago
  55. 84c13cb Update sha1_driver.c by Bryon Gloden, CISSP® · 8 years ago
  56. 5337cd3 Merge pull request #195 from davidben/cplusplus by Paul E. Jones · 8 years ago
  57. 6d7fe83 Merge pull request #192 from mmdriley/constant-time-compare by Paul E. Jones · 8 years ago
  58. f5eca01 Update sha1_driver.c by Bryon Gloden, CISSP® · 8 years ago
  59. 5f1b982 Add missing __cplusplus header guards. by David Benjamin · 8 years ago
  60. 1e91fd4 Replace octet_string_is_eq with a constant-time implementation by Matthew Riley · 8 years ago
  61. 36bb3e2 on debug, output correct endianness of SSRC by Alexander Traud · 8 years ago
  62. f97b18d Merge pull request #182 from katrielalex/patch-1 by Paul E. Jones · 8 years ago
  63. 078df39 Add a length check before reading packet data. by Katriel Cohn-Gordon · 8 years ago
  64. 536bd51 remove 2nd -fPIC was issued twice, because of cae277e and b90f1ba by Alexander Traud · 8 years ago
  65. d80ef6c avoid warning 'macro is obsolete' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  66. 52c30db avoid the error 'possibly undefined macro' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
  67. 7dec65d Merge pull request #167 from pabuhler/t-additional-tests by Paul E. Jones · 8 years ago
  68. 3d39f87 identified merge conflict by 6b71fb9 by Alexander Traud · 8 years ago
  69. 941cf12 Add test vector for SRTCP by Pascal Bühler · 8 years ago
  70. b095e7e Add test for srtp_update with same key by Pascal Bühler · 8 years ago
  71. 45019ae Add test vector for SRTCP using AES GCM by Pascal Bühler · 8 years ago
  72. df9fe1a honor $PKG_CONFIG when checking *FLAGS for openssl by Michael Thomas (malinka) · 8 years ago
  73. 1d4460d use PKG_PROG_PKG_CONFIG to set PKG_CONFIG correctly by Michael Thomas (malinka) · 8 years ago
  74. 9fc018c Missing #ifdef around code used only with OpenSSL by Paul E. Jones · 8 years ago
  75. e2ab5f2 Added a GCM test vector for a known, expected value by Paul E. Jones · 8 years ago
  76. f336d5d Update versions of utility scripts. by Jonathan Lennox · 8 years ago
  77. ce18c4f Merge pull request #149 from sdroege/win32-symlink by John Foley · 9 years ago
  78. b51d033 Merge pull request #151 from fancycode/mips_chromium by John Foley · 9 years ago
  79. dc53dcb Make srtp_driver compile for MIPS. by Joachim Bauch · 9 years ago
  80. e01dd7b Don't create a symlink if there is no $(SHAREDLIBVERSION) by Sebastian Dröge · 9 years ago
  81. 06542d2 Prevent buffer overflow in debug output. by jfigus · 9 years ago
  82. 68f8a88 Clarify documentation on ssrc argument byte order. by jfigus · 9 years ago
  83. 922a8e4 Remove outdated libsrtp PDF. by jfigus · 9 years ago
  84. 92c3de3 Minor documentation updates. by jfigus · 9 years ago
  85. da852b0 Resolve issue 37 by always using BE byte ordering of the RTCP trailer. Note, this commit will break backwards compatibility of RTCP protection when an AEAD profile is used. by jfigus · 9 years ago
  86. edd023d Merge pull request #138 from nico/patch-1 by John Foley · 9 years ago
  87. 7f5412c Initialize variable. by Nico Weber · 9 years ago
  88. fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 9 years ago
  89. 23c7c24 Merge pull request #136 from fancycode/unprotect_empty_payload by John Foley · 9 years ago
  90. 8494490 Add static qualifier to srtp_stream_free(). Allow compiler optimization to decide if this should be inlined. by jfigus · 9 years ago
  91. 2f50306 Merge pull request #135 from fancycode/release_on_error by John Foley · 9 years ago
  92. c8a19ae Add tests for regular and GCM ciphers to verify packets with empty payloads. by Joachim Bauch · 9 years ago
  93. dae5325 Allow empty payloads when unprotecting. by Joachim Bauch · 9 years ago
  94. 985769a Release memory for custom header extension encryption kdf. by Joachim Bauch · 9 years ago
  95. a9ecefe Make sure to return error if srtp_unprotect is successful but length is wrong. by Joachim Bauch · 9 years ago
  96. 1b79335 Zero-initialize policy struct in test. by Joachim Bauch · 9 years ago
  97. f3965b4 Move code to release partially allocated stream to own function. by Joachim Bauch · 9 years ago
  98. c4af387 Address seg fault due to uninitialized data on SRTP policy. by jfigus · 9 years ago
  99. fb0bd87 Fix build breakage due to last PR. by jfigus · 9 years ago
  100. ce37ef6 Merge pull request #128 from fancycode/header_extensions_encryption by John Foley · 9 years ago