Anthony Minessale 7cf5a84634 FS-7122 reversion 9 anos atrás
..
Makefile.am 7cf5a84634 FS-7122 reversion 9 anos atrás
dtls_srtp_driver.c 72e2d183c1 update to cvs head srtp 11 anos atrás
getopt_s.c 72e2d183c1 update to cvs head srtp 11 anos atrás
lfsr.c b3d890ef25 add srtp 18 anos atrás
rdbx_driver.c 72e2d183c1 update to cvs head srtp 11 anos atrás
replay_driver.c 72e2d183c1 update to cvs head srtp 11 anos atrás
roc_driver.c 72e2d183c1 update to cvs head srtp 11 anos atrás
rtp.c 72e2d183c1 update to cvs head srtp 11 anos atrás
rtpw.c 024162cfc9 Add support for 16-byte auth tag for AES GCM mode. 10 anos atrás
rtpw_test.sh 80c7eb85e6 update libsrtp to use openssl 10 anos atrás
rtpw_test_gcm.sh a99f06dfc6 sync changes from srtp upstream 10 anos atrás
srtp_driver.c a31491d5b6 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. 10 anos atrás