This website requires JavaScript.
Explore
Help
Sign In
Preston_PLB
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
forked from
Mirrors/freeswitch
Code
Pull Requests
Activity
a31491d5b6
freeswitch
/
libs
/
srtp
/
include
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
..
ekt.h
getopt_s.h
rtp_priv.h
rtp.h
srtp_priv.h
update libsrtp to use openssl
2014-02-24 09:52:25 -05:00
srtp.h
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
ut_sim.h