1. 670ed79 support building shared library on windows by Pascal Bühler · 5 years ago
  2. c4bd93d Make compilable in C89 by Johan 't Hart · 5 years ago
  3. 9373379 Minor refactors suggested by @martinthomson by Richard Barnes · 6 years ago
  4. 5dfa20b Remove spurious #error by Richard Barnes · 6 years ago
  5. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  6. 47fe22d Get tests to run (not yet pass) by Richard Barnes · 6 years ago
  7. 3e5efb0 Further consolidation by Richard Barnes · 6 years ago
  8. b9669a1 srtp.c: Fixes unaligned trailer access by Idar Tollefsen · 6 years ago
  9. ab6cd88 Conform to clang-format in srtp_get_session_keys by Martin Vopatek · 6 years ago
  10. ca8e9a5 Fix unprotect when pktlen < (2*mki_size + tag_len) by Martin Vopatek · 6 years ago
  11. 06a314e Merge pull request #398 from pabuhler/memory-access-fixes by Pascal Bühler · 6 years ago
  12. c995df4 Validate mki index when looking up keys by Pascal Buhler · 6 years ago
  13. 55626f3 Ensure returned trailer length is sufficient by Pascal Buhler · 6 years ago
  14. 253ac26 Remove needless check of session_keys by Pascal Buhler · 6 years ago
  15. 9546e95 Prevent OOB access of stream_template->session_keys by Pascal Buhler · 6 years ago
  16. 8ec13a7 remove srtp_stream_free use srtp_stream_dealloc instead by Pascal Buhler · 6 years ago
  17. d4bd43c Fix memory access issue in srtp_get_session_keys() by marcus · 6 years ago
  18. 6f6fdbe Don't access OOB in stream->session_keys by Pascal Buhler · 6 years ago
  19. 5a752e2 Dont free unallocated session_keys by Pascal Buhler · 6 years ago
  20. ccd0562 adressed pabuhler's review comments by Nils Ohlmeier · 7 years ago
  21. 76eec5b clang format by Nils Ohlmeier · 7 years ago
  22. 47220a0 fixed several compiler warnings from Firefox builds by Nils Ohlmeier · 7 years ago
  23. 60a0c44 change srtp_crypto_alloc to initialize memory to zero by Pascal Bühler · 7 years ago
  24. f1efbf5 clang-format remaining files by Pascal Bühler · 7 years ago
  25. 7eaf9f7 Ensure stream is freed if cloning fails by Pascal Bühler · 7 years ago
  26. 3c784a7 fix potential memleak in srtp_add_stream() by Pascal Bühler · 7 years ago
  27. 0cce91c srtp/srtp.c: Applied clang-format to file by Geir Istad · 7 years ago
  28. f414323 Silence "potentially uninitialized" compiler warning. by Pascal Bühler · 7 years ago
  29. c42b535 srtp.c: Save the ROC and sequence number before usage by Ulf Olsson · 7 years ago
  30. c07609c srtp.c/srtp_priv.h: Fix for big endian machines by Geir Istad · 7 years ago
  31. 5c50354 Merge pull request #289 from ulfolsson/set_and_get_roc by Pascal Bühler · 7 years ago
  32. 1d76a86 srtp: One return statement too much by Ulf Olsson · 7 years ago
  33. fe8a923 srtp.c: Added the index check that was accidentally removed by Ulf Olsson · 7 years ago
  34. 9ba340e Moved pending_roc to the srtp_stream_ctx_t struct by Ulf Olsson · 7 years ago
  35. 4dd5f26 srtp.c: Added support to set the ROC before encrypting by Ulf Olsson · 7 years ago
  36. 57f1852 Use const char * for srtp_set_debug_module() by Pascal Bühler · 7 years ago
  37. bb2adb0 Code refactoring by Ulf Olsson · 7 years ago
  38. 7af219a Added support for set and get the roll-over-counter by Ulf Olsson · 7 years ago
  39. 4755781 Zeroize temporary buffer before returning in error case. by Joachim Bauch · 7 years ago
  40. 4eb4305 Explicitly check for GCM ciphers when padding short salts. by Joachim Bauch · 7 years ago
  41. a3af460 Fix OOB read in key generation for encrypted headers with GCM ciphers. by Joachim Bauch · 7 years ago
  42. 0c4d5ea Merge pull request #276 from thisisG/docs_refs_no_merge by Pascal Bühler · 7 years ago
  43. 445c1c9 Bump copyright year by Geir Istad · 7 years ago
  44. 9891b51 srtp.c: Remove naming of RFC to avoid confusion by Geir Istad · 7 years ago
  45. 0c4bfca srtp.c: Unencrypted RTCP reference from draft -> RFC 7714 by Geir Istad · 7 years ago
  46. 4984882 srtp.c: Reference draft-ietf-avt-big-aes-03.txt -> RFC 6188 by Geir Istad · 7 years ago
  47. 8b2f7b8 srtp.c: Update reference for default policies by Geir Istad · 7 years ago
  48. 8c54918 srtp.c: Update draft reference to corresponding section in RFC7714 by Geir Istad · 7 years ago
  49. c0cd480 Merge pull request #273 from thisisG/srtp_aead_srtcp_iv_regression_tests by Geir Istad · 7 years ago
  50. 14df3db Replace some literal constants with defines by Pascal Bühler · 7 years ago
  51. 20e6612 Move SRTP_AES_XX_LEN defines into srtp.h by Pascal Bühler · 7 years ago
  52. 1642ebe srtp.c: Update reference from draft to RFC by Geir Istad · 7 years ago
  53. 1cd5caf srtp.c: Update reference to RFC for IV calc by Geir Istad · 7 years ago
  54. d536a10 Modified spacing around a comment by Paul E. Jones · 7 years ago
  55. 81046af No need to mask seq_num as value is verified first. by Pascal Bühler · 7 years ago
  56. cb9b581 Merge branch 'master' into issue_256_srtcp_seq_number_incorrectly_masked_for_little_endian by Pascal Bühler · 7 years ago
  57. d1ef769 Merge pull request #262 from paulej/aead_iv_return_code by Geir Istad · 7 years ago
  58. 35ff1b5 srtp.c: Use correct function for clearing memory by Geir Istad · 7 years ago
  59. 2a3176f Return an error in srtp_calc_aead_iv_srtcp() if seq_num is invalid by Paul E. Jones · 7 years ago
  60. 44d0da4 srtp.c: srtp_stream_init_keys() clear secrets by Geir Istad · 7 years ago
  61. 4536481 srtp.c: srtp_kdf_clear() use octet_string_set_to_zero by Geir Istad · 7 years ago
  62. 58bfa96 Merge pull request #258 from pabuhler/dtls-gcm-profiles by Pascal Bühler · 7 years ago
  63. b6c8434 Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aes by Pascal Bühler · 7 years ago
  64. 9876231 Add a user data argument to log callback. by Pascal Bühler · 7 years ago
  65. 833e2b2 Fix warnings. by Pascal Bühler · 7 years ago
  66. af15178 Add log handler api to receive log messages from libSRTP by Pascal Bühler · 7 years ago
  67. 9f49e25 Remove profiles that are not registered in iana by Pascal Bühler · 7 years ago
  68. d335bd8 Use same naming conventions for cipher defines and symbols. by Pascal Bühler · 7 years ago
  69. 72640db Issue #256 - Removed redundant parentheses. by Michael Loutris · 7 years ago
  70. c26cc12 Issue #256 Seq number incorrectly masked for IV. by Michael Loutris · 7 years ago
  71. 3223fac Compile when openssl is not enabled by Pascal Bühler · 7 years ago
  72. 796e008 Revert code style as requested in #188 & #185 by Pascal Bühler · 7 years ago
  73. 97ba021 add AES-GCM to DTLS-SRTP Protection Profiles by Alexander Traud · 8 years ago
  74. 2a481bb Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICM by Pascal Bühler · 7 years ago
  75. 8872f71 convenience for AES-192 by Alexander Traud · 7 years ago
  76. 4a74b82 enable AES-192 for SRTP enable AES-192 and AES-256 for SRTCP by Alexander Traud · 7 years ago
  77. 29c6509 Merge pull request #224 from rsith71/mkiSupport by Pascal Bühler · 7 years ago
  78. 626e9e8 Apply some formatting nits by Geir Istad · 7 years ago
  79. 8104c7c Merge pull request #234 from pabuhler/exspose-ssrc-in-event-data by Pascal Bühler · 7 years ago
  80. 43186e7 remove ismacrypt references from code by Pascal Bühler · 7 years ago
  81. 5cd58c0 Addressing code review comments by Ryan Hooper · 7 years ago
  82. ab0345b Updated the srtp function to get the protected length added by LibSRTP via code review comments by Ryan Hooper · 7 years ago
  83. 5c9e1c4 Merge branch 'master' into mkiSupport by Pascal Bühler · 7 years ago
  84. f38d893 Moving the key limit structure to part of the Session Keys by Ryan Hooper · 7 years ago
  85. 04eeef8 Updating code base off of code review comments by Ryan Hooper · 7 years ago
  86. 8482bcc Use OPENSSL_cleanse() to set memory to zero, else use srtp_cleanse() by Geir Istad · 7 years ago
  87. f15c7e0 Report ssrc instead of srtp_stream_t in srtp_event_data_t by Pascal Bühler · 7 years ago
  88. def537a Fixing memory leak found in code review by Ryan Hooper · 7 years ago
  89. bac6076 Fixing issue where RTCP is not encrypted but only authenticated by AES GCM by Ryan Hooper · 7 years ago
  90. 89a288b Made the Master Keys Dynamic instead of caping them at only 4 master keys. Also kept key around in the policy to keep as much backward compatiblity as possible by Ryan Hooper · 8 years ago
  91. fe5d8b8 Apply MKI Support Patch by Ryan Hooper · 8 years ago
  92. 155ec97 Fix issue #220: No consistency when use some srtp_* functions. by bozho · 8 years ago
  93. f62a561 Add "srtp_" namespace prefix to auth functions, function pointer types, and enum values. by Jonathan Lennox · 8 years ago
  94. 1a7004b Merge pull request #191 from traud/master_ssrc_debug by Paul E. Jones · 8 years ago
  95. 36bb3e2 on debug, output correct endianness of SSRC by Alexander Traud · 8 years ago
  96. 078df39 Add a length check before reading packet data. by Katriel Cohn-Gordon · 8 years ago
  97. 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 · 8 years ago
  98. 23c7c24 Merge pull request #136 from fancycode/unprotect_empty_payload by John Foley · 9 years ago
  99. 8494490 Add static qualifier to srtp_stream_free(). Allow compiler optimization to decide if this should be inlined. by jfigus · 9 years ago
  100. dae5325 Allow empty payloads when unprotecting. by Joachim Bauch · 9 years ago