1. 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
  2. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  3. c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 11 years ago
  4. 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
  5. 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
  6. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  7. 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 · 12 years ago
  8. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 12 years ago
  9. 5df951a Add AES-256 support. by Jonathan Lennox · 15 years ago
  10. 1731e29 Increase number of iterations for throughput tests, to be statistically by Jonathan Lennox · 15 years ago
  11. 7852d8f Fixes to cipher_driver_test_array_throughput: by Jonathan Lennox · 15 years ago
  12. 7629bf2 updating dates by David McGrew · 18 years ago
  13. e544f61 (cipher_array_bits_per_second): Convert return value to uint64_t to work on platforms with no floating point. Avoid division by zero. by Marcus Sundberg · 19 years ago
  14. d774edb Use portable rand() instead of random(). by Marcus Sundberg · 19 years ago
  15. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  16. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  17. 235513a Initial revision by Cullen Jennings · 19 years ago