This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-08-14 01:49:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f3b7105d6621d85b29d51c5c76c0b58c02f5c413
freeswitch
/
libs
/
srtp
/
test
History
Anthony Minessale
7cf5a84634
FS-7122 reversion
2015-02-16 16:06:43 -06:00
..
dtls_srtp_driver.c
…
getopt_s.c
…
lfsr.c
…
Makefile.am
FS-7122 reversion
2015-02-16 16:06:43 -06:00
rdbx_driver.c
…
replay_driver.c
…
roc_driver.c
…
rtp.c
…
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