• jfigus's avatar
    This commit resolves issue #46. The GCM mode was using the wrong master SALT… · a31491d5
    jfigus 提交于
    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.
    a31491d5
名称
最后提交
最后更新
..
build/config 正在载入提交数据...
crypto 正在载入提交数据...
doc 正在载入提交数据...
include 正在载入提交数据...
srtp 正在载入提交数据...
tables 正在载入提交数据...
test 正在载入提交数据...
.update 正在载入提交数据...
AUTHORS 正在载入提交数据...
CHANGES 正在载入提交数据...
COPYING 正在载入提交数据...
ChangeLog 正在载入提交数据...
INSTALL 正在载入提交数据...
LICENSE 正在载入提交数据...
Makefile.am 正在载入提交数据...
NEWS 正在载入提交数据...
README 正在载入提交数据...
TODO 正在载入提交数据...
VERSION 正在载入提交数据...
acsite.m4 正在载入提交数据...
config.hw 正在载入提交数据...
configure.ac 正在载入提交数据...
configure.gnu 正在载入提交数据...
libsrtp.2008.vcproj 正在载入提交数据...
libsrtp.2010.vcxproj 正在载入提交数据...
libsrtp.2010.vcxproj.filters 正在载入提交数据...
libsrtp.2012.vcxproj 正在载入提交数据...
libsrtp.2012.vcxproj.filters 正在载入提交数据...
libsrtp.vcproj 正在载入提交数据...
srtp-1.42.pc.in 正在载入提交数据...
srtp.def 正在载入提交数据...
srtp.vcproj 正在载入提交数据...
timing 正在载入提交数据...
undos.sh 正在载入提交数据...
update.sh 正在载入提交数据...