1. 2964a15 Refactor cipher encrypt API. by jfigus · 10 years ago
  2. 9a84043 Rename cipher functions to comply with library name. by jfigus · 10 years ago
  3. 5a2b2d0 Rename functions to comply with library name. Fixed various code style issues. by jfigus · 10 years ago
  4. 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
  5. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  6. c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 10 years ago
  7. 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 · 11 years ago
  8. ffa134d Sync latest changes from master. by jfigus · 11 years ago
  9. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 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. 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
  12. 80c4c83 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  13. cf2dcb5 Use proper function prototypes. Use portable rand() instead of random(). by Marcus Sundberg · 19 years ago
  14. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  15. 235513a Initial revision by Cullen Jennings · 19 years ago