freeswitch/libs/srtp/test
Michael Jerris a99f06dfc6 sync changes from srtp upstream 2014-07-08 10:26:08 -04:00
..
Makefile.am [6/6] srtp: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS 2011-11-04 14:22:28 +01:00
dtls_srtp_driver.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
getopt_s.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
lfsr.c add srtp 2006-04-07 16:10:03 +00:00
rdbx_driver.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
replay_driver.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
roc_driver.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
rtp.c update to cvs head srtp 2013-03-31 21:27:19 -05:00
rtpw.c Add support for 16-byte auth tag for AES GCM mode. 2014-06-30 19:18:20 +00:00
rtpw_test.sh update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
rtpw_test_gcm.sh sync changes from srtp upstream 2014-07-08 10:26:08 -04:00
srtp_driver.c 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. 2014-04-08 15:25:39 +00:00