freeswitch/libs/srtp/test
William King 51f2442a9e resolve an automake warning about subdirs on latest automake
Latest automake will detect then warn if the Makefile uses source
files that are in subdirectories, but the subdirs option is not
set. In the FreeSWITCH build system the current expected behavior is
to expect the subdirs option to be enabled.

FS-7122 #resolve
2015-01-07 10:04:29 -08: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
Makefile.am resolve an automake warning about subdirs on latest automake 2015-01-07 10:04:29 -08: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_test_gcm.sh sync changes from srtp upstream 2014-07-08 10:26:08 -04:00
rtpw_test.sh update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
rtpw.c Add support for 16-byte auth tag for AES GCM mode. 2014-06-30 19:18:20 +00: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