1. 45019ae Add test vector for SRTCP using AES GCM by Pascal Bühler · 8 years ago
  2. 9fc018c Missing #ifdef around code used only with OpenSSL by Paul E. Jones · 8 years ago
  3. e2ab5f2 Added a GCM test vector for a known, expected value by Paul E. Jones · 8 years ago
  4. f336d5d Update versions of utility scripts. by Jonathan Lennox · 8 years ago
  5. ce18c4f Merge pull request #149 from sdroege/win32-symlink by John Foley · 9 years ago
  6. b51d033 Merge pull request #151 from fancycode/mips_chromium by John Foley · 9 years ago
  7. dc53dcb Make srtp_driver compile for MIPS. by Joachim Bauch · 9 years ago
  8. e01dd7b Don't create a symlink if there is no $(SHAREDLIBVERSION) by Sebastian Dröge · 9 years ago
  9. 06542d2 Prevent buffer overflow in debug output. by jfigus · 9 years ago
  10. 68f8a88 Clarify documentation on ssrc argument byte order. by jfigus · 9 years ago
  11. 922a8e4 Remove outdated libsrtp PDF. by jfigus · 9 years ago
  12. 92c3de3 Minor documentation updates. by jfigus · 9 years ago
  13. 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
  14. edd023d Merge pull request #138 from nico/patch-1 by John Foley · 9 years ago
  15. 7f5412c Initialize variable. by Nico Weber · 9 years ago
  16. fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 9 years ago
  17. 23c7c24 Merge pull request #136 from fancycode/unprotect_empty_payload by John Foley · 9 years ago
  18. 8494490 Add static qualifier to srtp_stream_free(). Allow compiler optimization to decide if this should be inlined. by jfigus · 9 years ago
  19. 2f50306 Merge pull request #135 from fancycode/release_on_error by John Foley · 9 years ago
  20. c8a19ae Add tests for regular and GCM ciphers to verify packets with empty payloads. by Joachim Bauch · 9 years ago
  21. dae5325 Allow empty payloads when unprotecting. by Joachim Bauch · 9 years ago
  22. 985769a Release memory for custom header extension encryption kdf. by Joachim Bauch · 9 years ago
  23. a9ecefe Make sure to return error if srtp_unprotect is successful but length is wrong. by Joachim Bauch · 9 years ago
  24. 1b79335 Zero-initialize policy struct in test. by Joachim Bauch · 9 years ago
  25. f3965b4 Move code to release partially allocated stream to own function. by Joachim Bauch · 9 years ago
  26. c4af387 Address seg fault due to uninitialized data on SRTP policy. by jfigus · 9 years ago
  27. fb0bd87 Fix build breakage due to last PR. by jfigus · 9 years ago
  28. ce37ef6 Merge pull request #128 from fancycode/header_extensions_encryption by John Foley · 9 years ago
  29. a83b9e6 Merge pull request #134 from pabuhler/sanatize-2 by John Foley · 9 years ago
  30. da34bb7 Prevent stack-buffer-overflow with gcc -fsanitize=address by Pascal Bühler · 9 years ago
  31. da33987 Decrypt headers after payload has been decrypted (and authenticated). by Joachim Bauch · 9 years ago
  32. 8578125 Merge pull request #129 from persmule/master by John Foley · 9 years ago
  33. c1fc2ba Prevent overflows when encrypting extensions headers. by Joachim Bauch · 9 years ago
  34. 6985c00 Merge pull request #130 from pabuhler/rekey-follow-up by John Foley · 9 years ago
  35. 80a45b5 Fixed #defines for OpenSSL. by Joachim Bauch · 9 years ago
  36. 6e70c61 * fix file references without $(srcdir) in Makefile.in, to enable build within an independent directory (e.g. mkdir build; ../configure; make) by XIE Tianming · 9 years ago
  37. 102da17 Fix potential memleak introduced with srtp_update by Pascal Bühler · 9 years ago
  38. e0fb3df RTCP index should not be reset when updating / rekeying by Pascal Bühler · 9 years ago
  39. fa1e8c2 Implement header extensions encryption for packets encrypted with GCM ciphers. by Joachim Bauch · 9 years ago
  40. b8cb577 Enable AES-192 ICM and AES-256 ICM if compiled against OpenSSL. by Joachim Bauch · 9 years ago
  41. 2e95530 Allow zero payload packets to pass bounds check. by jfigus · 9 years ago
  42. 49848d1 Fix error handling and clean-up compiler warning in recently added stream update logic. by jfigus · 9 years ago
  43. 0380bf4 Check length of encrypted payload length of packet prior to encrypting to prevent overrun when hdr->cc contains malformed data. by jfigus · 9 years ago
  44. c6d347f Merge pull request #123 from pabuhler/srtp_rekey by John Foley · 9 years ago
  45. 99a7482 Support header extensions encryption (RFC 6904). by Joachim Bauch · 9 years ago
  46. a7216c1 Merge pull request #126 from fancycode/strict_bounds_checks by John Foley · 9 years ago
  47. 3444c4b Update too strict bounds checks introduced in 2583150. by Joachim Bauch · 9 years ago
  48. 356f1cd Refactor srtp_update_stream based on code review by Pascal Bühler · 9 years ago
  49. bd3112a Add srtp_update functions by Pascal Bühler · 9 years ago
  50. 2583150 Prevent potential DoS attack due to lack of bounds checking on RTP header CSRC count and extension header length. Credit goes to Randell Jesup and the Firefox team for reporting this issue. by jfigus · 9 years ago
  51. 991773b Merge pull request #122 from j4y/clean-releases by John Foley · 9 years ago
  52. 36cc727 remove srtp 1.4.x tarballs from releases/ by Jay Prall · 9 years ago
  53. e2977bd Add test coverage for OpenSSL mode by jfigus · 9 years ago
  54. cfc31ef Merge pull request #121 from persmule/master by John Foley · 9 years ago
  55. 3c56180 Merge remote-tracking branch 'upstream/master' by persmule · 9 years ago
  56. bfec1cd * remove const-correctness on iv-related variables, since aes_gcm_ossl needs iv to be writable. by persmule · 9 years ago
  57. 730b6f3 Merge pull request #120 from j4y/configure-travis-ci by John Foley · 9 years ago
  58. 5fdd69e Merge pull request #119 from j4y/remove-cvsignore-files by John Foley · 9 years ago
  59. 29baa0f configure Travis CI to build with gcc and clang compilers under osx and linux platforms by Jay Prall · 9 years ago
  60. 7f9a148 remove .cvsignore files left over from when the project used CVS for SCM by Jay Prall · 9 years ago
  61. 5bb3cb8 Merge pull request #116 from pabuhler/valgrind-error by John Foley · 9 years ago
  62. 9bdcfc7 Prevent buffer overflow when clearing srtp_kdf_t by Pascal Bühler · 9 years ago
  63. effe49b * add const-correctness to auth-related data and pointers to them. by XIE Tianming · 9 years ago
  64. dd04cb9 * add const-correctness to 'srtp_cipher_type_t's, test cases, keys, and pointer parameters to them. by XIE Tianming · 9 years ago
  65. 941efc4 * add const correctness to some testing functions. by XIE Tianming · 9 years ago
  66. 53fa0a3 * perform const correctness on the cipher-related types. by XIE Tianming · 9 years ago
  67. 6ce36b2 Resolve compiler warning on some compilers. Credit goes to Paul Jones for finding this. by jfigus · 9 years ago
  68. 54a035a Merge pull request #109 from fancycode/clear_session by John Foley · 9 years ago
  69. 8301c36 Clear 'session' if 'srtp_create' fails. by Joachim Bauch · 9 years ago
  70. a5de83b Remove IETF documents to alleviate concerns with redistributing libsrtp with Debian. by jfigus · 9 years ago
  71. ed22129 Increase maximum tag length to 16 bytes to allow for GCM cipher suite. by jfigus · 9 years ago
  72. 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
  73. 1ce6a74 Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master. by jfigus · 10 years ago
  74. 82056b3 Merge pull request #102 from cisco/2_0_0_dev by John Foley · 10 years ago
  75. 7d67ce5 Sync latest from master by jfigus · 10 years ago
  76. 945eeee Merge pull request #99 from fancycode/visual_studio_fixes by John Foley · 10 years ago
  77. 25cd831 Merge pull request #98 from Nikoli/build_system by John Foley · 10 years ago
  78. 25a0e6c Added explicit casts, fixed compiler warnings on MSVC. by Joachim Bauch · 10 years ago
  79. 4cdf467 Use own minimal "getopt" function to support compiling using MSVC. by Joachim Bauch · 10 years ago
  80. b6ba887 Ignore "rtp_decoder" binary. by Joachim Bauch · 10 years ago
  81. a9f1a5e Make "close" available when compiling with MSVC. by Joachim Bauch · 10 years ago
  82. 3b5da29 "free" doesn't return anything. by Joachim Bauch · 10 years ago
  83. d6b5627 Initialize array. by Joachim Bauch · 10 years ago
  84. ee93b5e Do not install empty /usr/bin/ directory by Nikoli · 10 years ago
  85. f14a77e Do not duplicate shared library when installing, use symlink instead by Nikoli · 10 years ago
  86. e806a66 Prepare for 1.5.2 release. by jfigus · 10 years ago
  87. 13fd694 Change libdl and libz checks to warnings when not found. by jfigus · 10 years ago
  88. b5fad5f A autoconf checks for libz and libdl when OpenSSL is enabled to allow for static linking of OpenSSL (via CFLAGS=-static). by jfigus · 10 years ago
  89. 61b955e Merge pull request #96 from fancycode/missing_config_h by John Foley · 10 years ago
  90. 60a9c24 Include "config.h" to get "inline" on Windows. by Joachim Bauch · 10 years ago
  91. 6b71fb9 Merge lastest from master. by jfigus · 10 years ago
  92. 750f674 Merge pull request #93 from fancycode/detect_boringssl by John Foley · 10 years ago
  93. 2677a86 Renamed define to general 'SRTP_NO_AES192' and set if compiled against BoringSSL. by Joachim Bauch · 10 years ago
  94. 3d1eba7 Relabel master for next MR. by jfigus · 10 years ago
  95. 385e675 Prepare for 1.5.1 release. by jfigus · 10 years ago
  96. 724bb29 Fix merge damage. by jfigus · 10 years ago
  97. 72b1a81 Merge lastest from master. by jfigus · 10 years ago
  98. f06e830 Merge pull request #94 from fancycode/missing_copyright_headers by John Foley · 10 years ago
  99. f580fe9 Merge pull request #95 from fancycode/chromium_header_check by John Foley · 10 years ago
  100. e4faca6 Merge branch 'master' of https://github.com/cisco/libsrtp into 2_0_0_dev by jfigus · 10 years ago