This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
aa4261d11f
freeswitch
/
libs
/
srtp
/
crypto
/
cipher
History
jfigus
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.
2014-04-08 15:25:39 +00:00
..
aes.c
update to cvs head srtp
2013-03-31 21:27:19 -05:00
aes_cbc.c
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00
aes_gcm_ossl.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
aes_icm.c
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00
aes_icm_ossl.c
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00
cipher.c
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00
null_cipher.c
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00