1. ccc39da Merge pull request #35 from krisk84/feature-openssl by John Foley · 11 years ago
  2. 843f9f3 Resolve address sanitizer finding when using clang compiler. by jfigus · 11 years ago
  3. 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
  4. 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
  5. ffa134d Sync latest changes from master. by jfigus · 11 years ago
  6. 5004642 Add support for building shared library (libsrtp.so) by jfigus · 11 years ago
  7. 8c36da2 Add support for [draft-ietf-avtcore-srtp-aes-gcm-07] by jfigus · 11 years ago
  8. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  9. 7db9eb2 Merge pull request #31 from cisco/general-fixes by Cullen Jennings · 11 years ago
  10. 410e16a Zeroize nonce value before use to clear an garbage that may have been present on the stack. by jfigus · 11 years ago
  11. 8ce811b Removing 64-bit alignment hack now that the cipher_t struct contains another int member. by jfigus · 11 years ago
  12. 7713d57 Merge pull request #27 from cisco/docupdate by Cullen Jennings · 11 years ago
  13. 0acbb03 Undo the changes to the RTCP profile helper function. The prior commit was not compliant with RFC 3711. by jfigus · 11 years ago
  14. 8e47faf Fix 32-bit tag policies to use correct profile. by jfigus · 11 years ago
  15. 8884f4d Remove double-invocations to prevent buffer-overflow vulnerability. by jfigus · 11 years ago
  16. b705554 Merge pull request #25 from cisco/docupdate by Cullen Jennings · 11 years ago
  17. 5e33729 Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
  18. dfe68ea Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
  19. e4bba71 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
  20. e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
  21. 8ad50a0 Merge pull request #22 from cisco/security-fixes by Cullen Jennings · 11 years ago
  22. 7ca26f9 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
  23. bc9be2c Replace DEBUG with DEBUG_PRINT to avoid preprocessor directive clashes. by TV Sriram · 11 years ago
  24. 7e9a603 Revert "Remove clash for DEBUG symbol with other DEBUG directive" by TV Sriram · 11 years ago
  25. 94bfb2b Remove clash for DEBUG symbol with other DEBUG directive by TV Sriram · 11 years ago
  26. bc7db70 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  27. 7e9c4cf Merge pull request #23 from cisco/master by tvsriram · 11 years ago
  28. 37bf140 Merge branch 'master' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  29. e4a506f remove unwanted code by TV Sriram · 11 years ago
  30. 1d0d8f8 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
  31. 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
  32. c7e66e3 Regenerated configure script using autoconf to allow the new --enable-openssl option. by jfigus · 11 years ago
  33. d89c250 fix read-past-end of buffer for key input (issue 7) by Randell Jesup · 11 years ago
  34. 36e744a Security fix to not ignore RTCP encryption, if required. by Sriram Viswanathan · 11 years ago
  35. 4986a36 Security fix to not ignore of RTCP encryption, if required by TV Sriram · 11 years ago
  36. 2ac03d7 updated ignore file by Cullen Jennings · 11 years ago
  37. 52c5cd3 line up with master configure by Cullen Jennings · 11 years ago
  38. 7af23e7 Merge branch 'master' of https://github.com/jfigus/libsrtp into feature-openssl by Cullen Jennings · 11 years ago
  39. ef29a90 clean up build make libsrtp instead of srtp by Cullen Jennings · 11 years ago
  40. 267dd23 updated ignroe by Cullen Jennings · 11 years ago
  41. 226de89 Fix copyright and author on hmac_ossl.c by jfigus · 11 years ago
  42. 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
  43. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  44. ece35d5 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  45. df06f62 added releases by Cullen Jennings · 11 years ago
  46. 294fc27 http://sourceforge.net/tracker/?func=detail&aid=3591523&group_id=38894&atid=423801 by Cullen Jennings · 11 years ago
  47. daa7c9f clean up .gitignore by Cullen Jennings · 11 years ago
  48. 76eeb1d remove bogus readme by Cullen Jennings · 11 years ago
  49. 8ca9b9e Merge branch 'master' of github.com:cisco/libsrtp by Cullen Jennings · 11 years ago
  50. 95e0330 Initial commit by Cullen Jennings · 11 years ago
  51. c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 12 years ago
  52. c0f1f1b Call debug_print for key and salt values separately, for both SRTP and SRTCP, by Jonathan Lennox · 12 years ago
  53. c3f8eac Fix inverted sign of delta return value of index_guess when sequence numbers by Jonathan Lennox · 12 years ago
  54. e2774db Fix inline functions when compiling as C99. by Jonathan Lennox · 13 years ago
  55. f513de4 Import the latest versions of config.guess and config.sub from by Jonathan Lennox · 13 years ago
  56. e27976d Remove #pragma pack() calls for MSC. by Jonathan Lennox · 14 years ago
  57. d942596 Apply documentation typo fixes submitted by Jaap Keuter. by Jonathan Lennox · 14 years ago
  58. 23dc1e2 Patch from Jaap Keuter: by Jonathan Lennox · 14 years ago
  59. dc09448 Add Per Cederqvist's version of the test to detect the rtcp replay loss crash. by Jonathan Lennox · 14 years ago
  60. 85c9300 Handle short read() from /dev/urandom. Bug #1428214 reported by Andris Pavenis. by Jonathan Lennox · 14 years ago
  61. ad741b2 Test adding and removing a single stream from an srtp session. (Bug #2192597, by Jonathan Lennox · 14 years ago
  62. 20505b3 Fix memory corruption if the first stream in a session is removed. (Bug by Jonathan Lennox · 14 years ago
  63. fc65552 Clean crypto/Makefile and doc/Makefile on superclean. by Jonathan Lennox · 14 years ago
  64. 5def230 Regenerate documentation. by Jonathan Lennox · 14 years ago
  65. 75b3687 Fix warnings exposed by gcc -Wcast-qual and -Wshadow. by Jonathan Lennox · 14 years ago
  66. dc4d884 Add crypto_kernel_replace_cipher_type and crypto_kernel_replace_auth_type by Jonathan Lennox · 14 years ago
  67. 5b986a4 Add cipher_type_test, like cipher_type_self_test but with an external set of test cases. by Jonathan Lennox · 14 years ago
  68. f1a1463 Add auth_type_test, like auth_type_self_test but with an external set of by Jonathan Lennox · 14 years ago
  69. f433241 Check cipher->type->id to determine whether a cipher is AES_ICM, rather than by Jonathan Lennox · 14 years ago
  70. c79d2e2 Add 'id' field to cipher_type_t and auth_type_t; validate it when loading by Jonathan Lennox · 14 years ago
  71. a6815c1 Fix reference in comment. by Jonathan Lennox · 14 years ago
  72. 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
  73. 33d425c Initialize ekt field of rtpw policies. by Jonathan Lennox · 14 years ago
  74. a5754a6 Rename AES_128_ICM and AES_128_CBC as AES_ICM and AES_CBC respectively, keeping by Jonathan Lennox · 14 years ago
  75. 507c03f Change core crypto/cipher/aes.c APIs, in preparation for big-aes support: by Jonathan Lennox · 14 years ago
  76. 1731e29 Increase number of iterations for throughput tests, to be statistically by Jonathan Lennox · 14 years ago
  77. 7852d8f Fixes to cipher_driver_test_array_throughput: by Jonathan Lennox · 14 years ago
  78. 910571e Add key_len parameter to cipher_init_func_t (prepatory for big-aes support). by Jonathan Lennox · 14 years ago
  79. da91f40 Fix documentation of cipher_set_iv_func_t. by Jonathan Lennox · 14 years ago
  80. 1c93fd7 Call cipher_set_iv, rather than aes_icm_set_iv, when setting IV for by Jonathan Lennox · 14 years ago
  81. 953f46f Don't hard-code aes_icm cipher in SRTP KDF; instead, fetch cipher from crypto_kernel. by Jonathan Lennox · 14 years ago
  82. dcee5c6 Add allow_repeat_tx parameter to srtp_policy_t, allowing a sender to perform by Jonathan Lennox · 14 years ago
  83. a1242f8 Add support for user-selectable srtp window size, as a parameter in srtp_policy_t. by Jonathan Lennox · 14 years ago
  84. e691b86 Move bitvector_t from crypto_math to datatypes, for use in rdbx. by Jonathan Lennox · 14 years ago
  85. d8d5cd0 Update references to Internet-Drafts to refer to their published RFCs instead. by Jonathan Lennox · 14 years ago
  86. fefaae1 Fix copy-and-paste errors documenting AES-CBC as AES-ICM. by Jonathan Lennox · 14 years ago
  87. ed3ab2b Make code clean with respect to GCC's -Wstrict-prototypes option -- use (void) by Jonathan Lennox · 14 years ago
  88. 4423605 Wait for background tasks to complete, after stopping them. by Jonathan Lennox · 14 years ago
  89. 96ba9b8 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  90. 3f7fc22 Add configure test for the 'sigaction' function. by Jonathan Lennox · 14 years ago
  91. 80c4c83 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  92. 986f6d0 Change return type of rtp_recvfrom and rtp_sendto from 'unsigned int' to 'int' (they return -1 on error). by Jonathan Lennox · 14 years ago
  93. 8cae72f Add deinit and dealloc functions to test rtp code, to free memory associated with rtp objects. by Jonathan Lennox · 14 years ago
  94. ed9c529 Free allocated cipher object after completing self-test. by Jonathan Lennox · 14 years ago
  95. 1701c6f Initialize ekt field (to NULL) of policy used by dtls_srtp_driver. by Jonathan Lennox · 14 years ago
  96. 3355493 Declare induction variable volatile in timing loop, to stop the compiler by Jonathan Lennox · 14 years ago
  97. dfb3084 Call srtp_shutdown before exiting test programs (in non-error cases). by Jonathan Lennox · 14 years ago
  98. 5ae7633 Add srtp_shutdown function, to free state associcated with libsrtp. by Jonathan Lennox · 14 years ago
  99. b4842bf Make variables used for return value of getopt be 'int', not 'char'; otherwise, by Jonathan Lennox · 14 years ago
  100. 7ef6ab5 Make explicit C casts that narrow integer widths (avoid Visual Studio warning). by Jonathan Lennox · 14 years ago