Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libsrtp2
/
857009c1a5672fefad2974a546a5f9581fd31200
/
crypto
/
test
/
cipher_driver.c
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
6cffe24
Remove config.h from public headers and include it in non-header files instead
by Teerapap Changwichukarn
· 10 years ago
c13c100
Add support for 16-byte auth tag for AES GCM mode.
by jfigus
· 11 years ago
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
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
7882dd9
Add AES-GCM crypto engine that leverages OpenSSL.
by jfigus
· 11 years ago
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
a14b5a0
Add support for OpenSSL AES and RNG modules
by jfigus
· 12 years ago
5df951a
Add AES-256 support.
by Jonathan Lennox
· 15 years ago
1731e29
Increase number of iterations for throughput tests, to be statistically
by Jonathan Lennox
· 15 years ago
7852d8f
Fixes to cipher_driver_test_array_throughput:
by Jonathan Lennox
· 15 years ago
7629bf2
updating dates
by David McGrew
· 18 years ago
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
d774edb
Use portable rand() instead of random().
by Marcus Sundberg
· 19 years ago
410faaa
Replace octet_t with uint8_t.
by Marcus Sundberg
· 19 years ago
fec49dd
continuing merge from jesup, several minor fixes
by David McGrew
· 19 years ago
235513a
Initial revision
by Cullen Jennings
· 19 years ago