14 Commits

Author SHA1 Message Date
Dmitry Sobinov
80e203442a - fixed read of memory out of 'seq' variable bounds
- fixed AEAD IV calculation for big-endian machines
2014-04-08 16:13:52 +00:00
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
Seven Du
4fd93b0e67 Revert "fix compiler warning vs2010" - Jeff is faster than I
This reverts commit fa9217117a9a729b424fde83fcc9a66a733a8282.
2014-02-25 14:24:34 +08:00
Seven Du
fa9217117a fix compiler warning vs2010 2014-02-25 14:17:28 +08:00
Michael Jerris
80c7eb85e6 update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
Jeff Lenk
998b656799 remove some _MSC_VER stuff 2014-01-31 12:35:55 -06:00
Michael Jerris
91eb5b237d update srtp to master part 1 2014-01-30 16:55:56 -05:00
Anthony Minessale
d3872b3a7b add diffs from 8884f4d 8e47faf @ https://github.com/cisco/libsrtp 2014-01-11 03:46:13 +05:00
Jeff Lenk
fd7d5e0801 windows compiler fixes - now builds again 2013-04-03 21:55:50 -05:00
Jeff Lenk
d627f7c23d windows compiler warnings 2013-04-01 17:09:37 -05:00
Anthony Minessale
72e2d183c1 update to cvs head srtp 2013-03-31 21:27:19 -05:00
Michael Jerris
8761a73997 change around types for better c99 compliance, fixes windows srtp build and builds that do not default to 8 bit stuct alignment.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3797 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-22 19:02:10 +00:00
Michael Jerris
abda472017 srtp msvc updates and cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1087 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-07 16:34:02 +00:00
Anthony Minessale
b3d890ef25 add srtp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1086 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-07 16:10:03 +00:00