freeswitch/libs/srtp/crypto
Travis Cross d2aaf15992 Fix misspelling in comment 2014-06-30 19:00:34 +00:00
..
ae_xfm update srtp to master part 1 2014-01-30 16:55:56 -05:00
cipher 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
hash update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
include Fix misspelling in comment 2014-06-30 19:00:34 +00:00
kernel update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
math srtp fix cast for last round of fixes 2014-01-31 11:19:30 -06:00
replay remove some _MSC_VER stuff 2014-01-31 12:35:55 -06:00
rng update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
test 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
.cvsignore update to cvs head srtp 2013-03-31 21:27:19 -05:00
Makefile.in update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
VERSION add srtp 2006-04-07 16:10:03 +00:00