Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libsrtp2
/
9fc018c5edda40b6941d1c04f13659ef236c17eb
/
test
/
rtpw_test_gcm.sh
16d704b
Added missing copyright headers.
by Joachim Bauch
· 10 years ago
c13c100
Add support for 16-byte auth tag for AES GCM mode.
by jfigus
· 10 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
8c36da2
Add support for [draft-ietf-avtcore-srtp-aes-gcm-07]
by jfigus
· 11 years ago