1. 5c50354 Merge pull request #289 from ulfolsson/set_and_get_roc by Pascal Bühler · 7 years ago
  2. 55e0147 test srtp_rdb_increment returns key expired when expected by Pascal Bühler · 7 years ago
  3. 4dd5f26 srtp.c: Added support to set the ROC before encrypting by Ulf Olsson · 7 years ago
  4. bb2adb0 Code refactoring by Ulf Olsson · 7 years ago
  5. 2db80f1 Merge pull request #287 from fancycode/encrypted_headers_gcm_salt_padding by Pascal Bühler · 7 years ago
  6. e5531e8 Merge pull request #284 from pabuhler/enable-warning-strict-prototypes by Pascal Bühler · 7 years ago
  7. a3af460 Fix OOB read in key generation for encrypted headers with GCM ciphers. by Joachim Bauch · 7 years ago
  8. eafd145 test_srtp.c: Use #define instead of static const by Geir Istad · 7 years ago
  9. bb6ef8a Add strict-prototypes warning if supported. by Pascal Bühler · 7 years ago
  10. ba53909 Merge remote-tracking branch 'cisco/master' into dead_code by Geir Istad · 7 years ago
  11. a1c7a80 test/lfsr.c: Removed this file by Geir Istad · 7 years ago
  12. 445c1c9 Bump copyright year by Geir Istad · 7 years ago
  13. c0cd480 Merge pull request #273 from thisisG/srtp_aead_srtcp_iv_regression_tests by Geir Istad · 7 years ago
  14. 2f8ada3 test_srtp.c: Changed AES GCM IV regression by Geir Istad · 7 years ago
  15. 098a621 test_srtp.c: Clarified how tests are displayed by Geir Istad · 7 years ago
  16. b0cd317 test_srtp.c: Formatting nit by Geir Istad · 7 years ago
  17. c457c7e test_srtp.c: New line @ EOF by Geir Istad · 7 years ago
  18. a156f4a test_srtp.c: Regression test for issue #256 by Geir Istad · 7 years ago
  19. 14df3db Replace some literal constants with defines by Pascal Bühler · 7 years ago
  20. 20e6612 Move SRTP_AES_XX_LEN defines into srtp.h by Pascal Bühler · 7 years ago
  21. cd7beb4 WIP IV regression tests by Geir Istad · 7 years ago
  22. 66a3c71 test_srtp.c: Uncomment and fix test by Geir Istad · 7 years ago
  23. 5da2809 test_srtp.c: Add status check in test by Geir Istad · 7 years ago
  24. a54de81 Merge remote-tracking branch 'cisco/master' into unit_tests by Geir Istad · 7 years ago
  25. b6c8434 Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aes by Pascal Bühler · 7 years ago
  26. 483dd54 test/test_srtp.c: Flavour comment and license added by Geir Istad · 7 years ago
  27. fecbc9f test/test_srtp.c: Specify UL for integer constants by Geir Istad · 7 years ago
  28. d61bd71 test/test_srtp.c: Reworded comments slightly. by Geir Istad · 7 years ago
  29. f4b4173 test_srtp.c: Naming for the one and only test by Geir Istad · 7 years ago
  30. df7266c test/test_srtp.c: Add missing newline by Geir Istad · 7 years ago
  31. 345fb5c Merge pull request #263 from thisisG/cleaning_up_remove_duplicates by Pascal Bühler · 7 years ago
  32. 25cea28 Introduction of CUTest Framework by Geir Istad · 7 years ago
  33. a958398 test/srtp_driver.c: Removed duplicate include by Geir Istad · 7 years ago
  34. 50afc95 test/util.h: include guard name UTIL_H -> SRTP_TEST_UTIL_H by Geir Istad · 7 years ago
  35. 9876231 Add a user data argument to log callback. by Pascal Bühler · 7 years ago
  36. af15178 Add log handler api to receive log messages from libSRTP by Pascal Bühler · 7 years ago
  37. d335bd8 Use same naming conventions for cipher defines and symbols. by Pascal Bühler · 7 years ago
  38. 2a481bb Remove generic SRTP_AES_ICM and use more specific SRTP_AES_XXX_ICM by Pascal Bühler · 7 years ago
  39. 29c6509 Merge pull request #224 from rsith71/mkiSupport by Pascal Bühler · 7 years ago
  40. ab0345b Updated the srtp function to get the protected length added by LibSRTP via code review comments by Ryan Hooper · 7 years ago
  41. e4068d8 test/rtp_decoder: Add missing conditional by Geir Istad · 7 years ago
  42. 5c9e1c4 Merge branch 'master' into mkiSupport by Pascal Bühler · 7 years ago
  43. c3655db Don't use underscore as leading character in header guards. (#242) by Pascal Bühler · 7 years ago
  44. a7e6be6 Cosmetic changes to rtp_decoder.c by Paul E. Jones · 7 years ago
  45. 59843bf Merge branch 'master' of https://github.com/cisco/libsrtp by Maksym Sobolyev · 7 years ago
  46. b6a1c6e Merge pull request #237 from thisisG/rtp_decoder_c_spring_cleaning by Pascal Bühler · 7 years ago
  47. 5e2ff54 test/rtp_decoder.c: Spring cleaning, whitespace, old comments, formatting by Geir Istad · 7 years ago
  48. 8cc00aa test/rtp_decoder.c: Remove NOOP conditional by Geir Istad · 7 years ago
  49. 5eb1de9 test/rtp_decoder.c: Removed superfluous conditional by Geir Istad · 7 years ago
  50. b6ba75c Use ps -e to ensure process is found by Pascal Bühler · 7 years ago
  51. 6c339f7 Fixing test where MKI should be possible where the policy was not setup correctly. by Ryan Hooper · 7 years ago
  52. 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
  53. fe5d8b8 Apply MKI Support Patch by Ryan Hooper · 8 years ago
  54. 1265858 avoid empty initializer braces, closes cisco/libsrtp#206 by Alexander Traud · 8 years ago
  55. 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
  56. f2f5a36 Kill blank line. by Maksym Sobolyev · 8 years ago
  57. d079f4b Add instructions on how to get actual audio out of the decoded pcap. by Maksym Sobolyev · 8 years ago
  58. 3794689 Correct up wording a bit. by Maksym Sobolyev · 8 years ago
  59. 30d82a1 Add new option -s to set tag and key sizes based on the by Maksym Sobolyev · 8 years ago
  60. 941cf12 Add test vector for SRTCP by Pascal Bühler · 8 years ago
  61. b095e7e Add test for srtp_update with same key by Pascal Bühler · 8 years ago
  62. 45019ae Add test vector for SRTCP using AES GCM by Pascal Bühler · 8 years ago
  63. 9fc018c Missing #ifdef around code used only with OpenSSL by Paul E. Jones · 8 years ago
  64. e2ab5f2 Added a GCM test vector for a known, expected value by Paul E. Jones · 8 years ago
  65. dc53dcb Make srtp_driver compile for MIPS. by Joachim Bauch · 8 years ago
  66. 7f5412c Initialize variable. by Nico Weber · 9 years ago
  67. 23c7c24 Merge pull request #136 from fancycode/unprotect_empty_payload by John Foley · 9 years ago
  68. c8a19ae Add tests for regular and GCM ciphers to verify packets with empty payloads. by Joachim Bauch · 9 years ago
  69. a9ecefe Make sure to return error if srtp_unprotect is successful but length is wrong. by Joachim Bauch · 9 years ago
  70. 1b79335 Zero-initialize policy struct in test. by Joachim Bauch · 9 years ago
  71. c4af387 Address seg fault due to uninitialized data on SRTP policy. by jfigus · 9 years ago
  72. ce37ef6 Merge pull request #128 from fancycode/header_extensions_encryption by John Foley · 9 years ago
  73. 80a45b5 Fixed #defines for OpenSSL. by Joachim Bauch · 9 years ago
  74. fa1e8c2 Implement header extensions encryption for packets encrypted with GCM ciphers. by Joachim Bauch · 9 years ago
  75. b8cb577 Enable AES-192 ICM and AES-256 ICM if compiled against OpenSSL. by Joachim Bauch · 9 years ago
  76. 99a7482 Support header extensions encryption (RFC 6904). by Joachim Bauch · 9 years ago
  77. bd3112a Add srtp_update functions by Pascal Bühler · 9 years ago
  78. 7f9a148 remove .cvsignore files left over from when the project used CVS for SCM by Jay Prall · 9 years ago
  79. 7d67ce5 Sync latest from master by jfigus · 9 years ago
  80. 25a0e6c Added explicit casts, fixed compiler warnings on MSVC. by Joachim Bauch · 9 years ago
  81. a9f1a5e Make "close" available when compiling with MSVC. by Joachim Bauch · 9 years ago
  82. 3b5da29 "free" doesn't return anything. by Joachim Bauch · 9 years ago
  83. 72b1a81 Merge lastest from master. by jfigus · 9 years ago
  84. 16d704b Added missing copyright headers. by Joachim Bauch · 9 years ago
  85. de8deb3 Rename replay functions to comply with library name. by jfigus · 10 years ago
  86. 5924edb Sync latest changes from master. by jfigus · 10 years ago
  87. 02d6f03 Rename error functions to comply with library name. by jfigus · 10 years ago
  88. 92736bc Rename crypto kernel functions to comply with library name. by jfigus · 10 years ago
  89. 67b9c73 Rename crypto type defines. Removed unused defines and also removed some obsolete unit test code in srtp_driver. by jfigus · 10 years ago
  90. de27f41 * Use strcpy instead of memcpy by Bernardo Torres · 10 years ago
  91. 4ba752a * Improve usage message by Bernardo Torres · 10 years ago
  92. 3fb0e8b * Add option to filter only SRTP packets by Bernardo Torres · 10 years ago
  93. 46d6b47 Refactor debug API so app layer doesn't need to include crypto_kernel.h. Removed unused hex utils from libsrtp.a and moved them to the app layer. by jfigus · 10 years ago
  94. 6baa3dd Missed this file in last commit. by jfigus · 10 years ago
  95. 267956d Remove obsoleted xfm.h. Remove doxygen directive for non-public defines. Add null/null policy helper to be used with rtpw. by jfigus · 10 years ago
  96. c5887e7 Continue the effort to rename API entry points so that all functions, structs, and defines begin with srtp_. by jfigus · 10 years ago
  97. 857009c Rename all public functions, types, and defines to begin with srtp_ prefix to comply with modern library coding convention. by jfigus · 10 years ago
  98. 9e4c091 Take advantage of base64 conversion in testapps by Christian Oien · 10 years ago
  99. 9f65d5e * Copying from master by Bernardo Torres · 10 years ago
  100. 2e8d36b * Reverting rtpw.c to master state by Bernardo Torres · 10 years ago