1. 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
  2. fe5d8b8 Apply MKI Support Patch by Ryan Hooper · 8 years ago
  3. c4af387 Address seg fault due to uninitialized data on SRTP policy. by jfigus · 9 years ago
  4. 92736bc Rename crypto kernel functions to comply with library name. by jfigus · 10 years ago
  5. 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
  6. dcee5c6 Add allow_repeat_tx parameter to srtp_policy_t, allowing a sender to perform by Jonathan Lennox · 14 years ago
  7. a1242f8 Add support for user-selectable srtp window size, as a parameter in srtp_policy_t. by Jonathan Lennox · 14 years ago
  8. ed3ab2b Make code clean with respect to GCC's -Wstrict-prototypes option -- use (void) by Jonathan Lennox · 14 years ago
  9. 80c4c83 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  10. 1701c6f Initialize ekt field (to NULL) of policy used by dtls_srtp_driver. by Jonathan Lennox · 14 years ago
  11. dfb3084 Call srtp_shutdown before exiting test programs (in non-error cases). by Jonathan Lennox · 14 years ago
  12. b4842bf Make variables used for return value of getopt be 'int', not 'char'; otherwise, by Jonathan Lennox · 14 years ago
  13. 79bd301 eliminated dependancy on getopt() for portability's sake by David McGrew · 18 years ago
  14. 3c45e0c created private header file, moved config.h from srtp.h by David McGrew · 18 years ago
  15. 13acc56 adding dtls-srtp support functions test driver by David McGrew · 18 years ago