1. 1b8b1e7 Say `unsigned int` rather than `unsigned` by Travis Cross · 10 years ago
  2. 082de20 Add missing `char` to declaration by Travis Cross · 10 years ago
  3. dee3ee8 Simplify calculation of encrypted octet length by Travis Cross · 10 years ago
  4. 7d4c103 Fix cast to include entire expression by Travis Cross · 10 years ago
  5. 83439f7 Fix calculation of RTP/SRTP packet end address by Travis Cross · 10 years ago
  6. f890e66 Merge pull request #53 from traviscross/master by John Foley · 10 years ago
  7. 8ba46eb Avoid buffer-overflow on short RTCP/SRTCP packets by Travis Cross · 10 years ago
  8. 3600c27 Avoid buffer over-read on null cipher AEAD by Travis Cross · 10 years ago
  9. fe36761 Prevent buffer overflow from untrusted RTP/SRTP lengths by Travis Cross · 10 years ago
  10. e29daa9 Fix misspelling in comment by Travis Cross · 10 years ago
  11. d63d4f0 Merge pull request #52 from cisco/gcm_128bit_tag by John Foley · 10 years ago
  12. c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 10 years ago
  13. 99426a5 Set the algorithm member on cipher_t when allocating AES crypto instance. Apply same fix to NULL cipher. by jfigus · 10 years ago
  14. 8719f95 This commit resolves issue #46. The GCM mode was using the wrong master SALT length. The master SALT should be 96 bits instead of 112 bits. Note, GCM mode uses the legacy CTR mode for the KDF. The legagacy CTR mode cipher implementations assume a 112 bit SALT. Changes to the cipher abstraction layer API are required to provide the ability to specify the SALT length. For now this commit modifies the SRTP layer to ensure the SALT is zero-appended before initializing the KDF. This commit also provides public definitions for the GCM cipher suite master key sizes to avoid confusion for application developers. by jfigus · 10 years ago
  15. ea3d9ed Merge pull request #43 from ukreator/master by John Foley · 10 years ago
  16. 367d5d3 - fixed read of memory out of 'seq' variable bounds by Dmitry Sobinov · 10 years ago
  17. d2bb152 Merge pull request #42 from seanbright/update-configure by John Foley · 10 years ago
  18. bfb9e30 Update configure based on b90f1baa. by Sean Bright · 10 years ago
  19. f34baf3 Merge pull request #34 from cisco/feature-openssl by John Foley · 11 years ago
  20. bce4f85 Merge changes from master by jfigus · 11 years ago
  21. b1b8016 Merge pull request #36 from nikai3d/patch-1 by John Foley · 11 years ago
  22. 230dde6 fix typos in README by Nicolas Kaiser · 11 years ago
  23. ccc39da Merge pull request #35 from krisk84/feature-openssl by John Foley · 11 years ago
  24. 843f9f3 Resolve address sanitizer finding when using clang compiler. by jfigus · 11 years ago
  25. b5a2177 Correct issue in cipher_driver unit test facility where the wrong cipher instance was being used for AES-256 when configured for OpenSSL. by jfigus · 11 years ago
  26. 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
  27. ffa134d Sync latest changes from master. by jfigus · 11 years ago
  28. 5004642 Add support for building shared library (libsrtp.so) by jfigus · 11 years ago
  29. 8c36da2 Add support for [draft-ietf-avtcore-srtp-aes-gcm-07] by jfigus · 11 years ago
  30. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  31. 7db9eb2 Merge pull request #31 from cisco/general-fixes by Cullen Jennings · 11 years ago
  32. 410e16a Zeroize nonce value before use to clear an garbage that may have been present on the stack. by jfigus · 11 years ago
  33. 8ce811b Removing 64-bit alignment hack now that the cipher_t struct contains another int member. by jfigus · 11 years ago
  34. 7713d57 Merge pull request #27 from cisco/docupdate by Cullen Jennings · 11 years ago
  35. 0acbb03 Undo the changes to the RTCP profile helper function. The prior commit was not compliant with RFC 3711. by jfigus · 11 years ago
  36. 8e47faf Fix 32-bit tag policies to use correct profile. by jfigus · 11 years ago
  37. 8884f4d Remove double-invocations to prevent buffer-overflow vulnerability. by jfigus · 11 years ago
  38. b705554 Merge pull request #25 from cisco/docupdate by Cullen Jennings · 11 years ago
  39. 5e33729 Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
  40. dfe68ea Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
  41. e4bba71 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
  42. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  43. 8ad50a0 Merge pull request #22 from cisco/security-fixes by Cullen Jennings · 11 years ago
  44. 7ca26f9 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
  45. bc9be2c Replace DEBUG with DEBUG_PRINT to avoid preprocessor directive clashes. by TV Sriram · 11 years ago
  46. 7e9a603 Revert "Remove clash for DEBUG symbol with other DEBUG directive" by TV Sriram · 11 years ago
  47. 94bfb2b Remove clash for DEBUG symbol with other DEBUG directive by TV Sriram · 11 years ago
  48. bc7db70 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  49. 7e9c4cf Merge pull request #23 from cisco/master by tvsriram · 11 years ago
  50. 37bf140 Merge branch 'master' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  51. e4a506f remove unwanted code by TV Sriram · 11 years ago
  52. 1d0d8f8 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  53. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
  54. c7e66e3 Regenerated configure script using autoconf to allow the new --enable-openssl option. by jfigus · 11 years ago
  55. d89c250 fix read-past-end of buffer for key input (issue 7) by Randell Jesup · 11 years ago
  56. 36e744a Security fix to not ignore RTCP encryption, if required. by Sriram Viswanathan · 11 years ago
  57. 4986a36 Security fix to not ignore of RTCP encryption, if required by TV Sriram · 11 years ago
  58. 2ac03d7 updated ignore file by Cullen Jennings · 11 years ago
  59. 52c5cd3 line up with master configure by Cullen Jennings · 11 years ago
  60. 7af23e7 Merge branch 'master' of https://github.com/jfigus/libsrtp into feature-openssl by Cullen Jennings · 11 years ago
  61. ef29a90 clean up build make libsrtp instead of srtp by Cullen Jennings · 11 years ago
  62. 267dd23 updated ignroe by Cullen Jennings · 11 years ago
  63. 226de89 Fix copyright and author on hmac_ossl.c by jfigus · 11 years ago
  64. 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
  65. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  66. ece35d5 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  67. df06f62 added releases by Cullen Jennings · 11 years ago
  68. 294fc27 http://sourceforge.net/tracker/?func=detail&aid=3591523&group_id=38894&atid=423801 by Cullen Jennings · 11 years ago
  69. daa7c9f clean up .gitignore by Cullen Jennings · 11 years ago
  70. 76eeb1d remove bogus readme by Cullen Jennings · 11 years ago
  71. 8ca9b9e Merge branch 'master' of github.com:cisco/libsrtp by Cullen Jennings · 11 years ago
  72. 95e0330 Initial commit by Cullen Jennings · 11 years ago
  73. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 12 years ago
  74. c0f1f1b Call debug_print for key and salt values separately, for both SRTP and SRTCP, by Jonathan Lennox · 12 years ago
  75. c3f8eac Fix inverted sign of delta return value of index_guess when sequence numbers by Jonathan Lennox · 12 years ago
  76. e2774db Fix inline functions when compiling as C99. by Jonathan Lennox · 13 years ago
  77. f513de4 Import the latest versions of config.guess and config.sub from by Jonathan Lennox · 13 years ago
  78. e27976d Remove #pragma pack() calls for MSC. by Jonathan Lennox · 14 years ago
  79. d942596 Apply documentation typo fixes submitted by Jaap Keuter. by Jonathan Lennox · 14 years ago
  80. 23dc1e2 Patch from Jaap Keuter: by Jonathan Lennox · 14 years ago
  81. dc09448 Add Per Cederqvist's version of the test to detect the rtcp replay loss crash. by Jonathan Lennox · 14 years ago
  82. 85c9300 Handle short read() from /dev/urandom. Bug #1428214 reported by Andris Pavenis. by Jonathan Lennox · 14 years ago
  83. ad741b2 Test adding and removing a single stream from an srtp session. (Bug #2192597, by Jonathan Lennox · 14 years ago
  84. 20505b3 Fix memory corruption if the first stream in a session is removed. (Bug by Jonathan Lennox · 14 years ago
  85. fc65552 Clean crypto/Makefile and doc/Makefile on superclean. by Jonathan Lennox · 14 years ago
  86. 5def230 Regenerate documentation. by Jonathan Lennox · 14 years ago
  87. 75b3687 Fix warnings exposed by gcc -Wcast-qual and -Wshadow. by Jonathan Lennox · 14 years ago
  88. dc4d884 Add crypto_kernel_replace_cipher_type and crypto_kernel_replace_auth_type by Jonathan Lennox · 14 years ago
  89. 5b986a4 Add cipher_type_test, like cipher_type_self_test but with an external set of test cases. by Jonathan Lennox · 14 years ago
  90. f1a1463 Add auth_type_test, like auth_type_self_test but with an external set of by Jonathan Lennox · 14 years ago
  91. f433241 Check cipher->type->id to determine whether a cipher is AES_ICM, rather than by Jonathan Lennox · 14 years ago
  92. c79d2e2 Add 'id' field to cipher_type_t and auth_type_t; validate it when loading by Jonathan Lennox · 14 years ago
  93. a6815c1 Fix reference in comment. by Jonathan Lennox · 14 years ago
  94. 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
  95. 33d425c Initialize ekt field of rtpw policies. by Jonathan Lennox · 14 years ago
  96. a5754a6 Rename AES_128_ICM and AES_128_CBC as AES_ICM and AES_CBC respectively, keeping by Jonathan Lennox · 14 years ago
  97. 507c03f Change core crypto/cipher/aes.c APIs, in preparation for big-aes support: by Jonathan Lennox · 14 years ago
  98. 1731e29 Increase number of iterations for throughput tests, to be statistically by Jonathan Lennox · 14 years ago
  99. 7852d8f Fixes to cipher_driver_test_array_throughput: by Jonathan Lennox · 14 years ago
  100. 910571e Add key_len parameter to cipher_init_func_t (prepatory for big-aes support). by Jonathan Lennox · 14 years ago