1. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  2. c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 10 years ago
  3. 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
  4. ffa134d Sync latest changes from master. by jfigus · 11 years ago
  5. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  6. 410e16a Zeroize nonce value before use to clear an garbage that may have been present on the stack. by jfigus · 11 years ago
  7. 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
  8. 80c4c83 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  9. cf2dcb5 Use proper function prototypes. Use portable rand() instead of random(). by Marcus Sundberg · 19 years ago
  10. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  11. 235513a Initial revision by Cullen Jennings · 19 years ago