1. 6b71fb9 Merge lastest from master. by jfigus · 10 years ago
  2. 2677a86 Renamed define to general 'SRTP_NO_AES192' and set if compiled against BoringSSL. by Joachim Bauch · 10 years ago
  3. 4bc2ecf Don't include AES-192 when compiling against BoringSSL. by Joachim Bauch · 10 years ago
  4. 84faa63 Refactor memory allocation for the symmetric ciphers context structures. by jfigus · 10 years ago
  5. 0d99b71 More refactoring of internal cipher API. Eliminate usage of void* in set_iv function. by jfigus · 10 years ago
  6. 3f93c3c More refactoring of internal cipher API. by jfigus · 10 years ago
  7. 2964a15 Refactor cipher encrypt API. by jfigus · 10 years ago
  8. 9de994f Rename null auth/cipher functions to comply with library name. Change some functions to static. by jfigus · 10 years ago
  9. 9a84043 Rename cipher functions to comply with library name. by jfigus · 10 years ago
  10. ed755f5 Rename alloc functions to comply with library name. by jfigus · 10 years ago
  11. a3127b8 Remove AES CBC mode since it's not used by SRTP and libsrtp shouldn't be used as a general purpose crypto library. by jfigus · 10 years ago
  12. 5a2b2d0 Rename functions to comply with library name. Fixed various code style issues. by jfigus · 10 years ago
  13. 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
  14. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  15. c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 10 years ago
  16. 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
  17. 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
  18. 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
  19. 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
  20. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  21. 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
  22. 1731e29 Increase number of iterations for throughput tests, to be statistically by Jonathan Lennox · 14 years ago
  23. 7852d8f Fixes to cipher_driver_test_array_throughput: by Jonathan Lennox · 14 years ago
  24. 7629bf2 updating dates by David McGrew · 18 years ago
  25. 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
  26. d774edb Use portable rand() instead of random(). by Marcus Sundberg · 19 years ago
  27. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  28. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  29. 235513a Initial revision by Cullen Jennings · 19 years ago