|
Update libsrtp to 1.5.2
This CL updates libsrtp to 1.5.2 which includes the patches that were added
manually here before. This CL also adds the latest changes to improve
support for compiling on Windows which already landed upstream in libsrtp
commit 945eeee980e496ecad0f7df39c8033fe18983921. When this has landed,
the remaining issues as seen in CL 981593002 should be fixed and
libsrtp should be fine to roll.
The libsrtp RNG through BoringSSL is disabled and the default RNG used
instead (as was with previous versions of libsrtp). This RNG is only
used during self-testing of libsrtp and BoringSSL can't be used inside
Chrome from WebRTC as that sandbox doesn't have access to "/dev/urandom"
as used by libsrtp.
BUG= 328475
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=295151
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -43 lines) |
Patch |
|
M |
README.chromium
|
View
|
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
libsrtp.gyp
|
View
|
|
6 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
D |
srtp/.cvsignore
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
srtp/CHANGES
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
D |
srtp/Makefile
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
srtp/Makefile.in
|
View
|
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
|
M |
srtp/VERSION
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
srtp/crypto/Makefile
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/Makefile.in
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
srtp/crypto/ae_xfm/xfm.c
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/include/datatypes.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/include/sha1.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/math/datatypes.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/test/cipher_driver.c
|
View
|
|
6 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/datatypes_driver.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/crypto/test/kernel_driver.c
|
View
|
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/rand_gen.c
|
View
|
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
srtp/crypto/test/rand_gen_soak.c
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
D |
srtp/doc/Makefile
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
srtp/srtp/srtp.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
srtp/test/rdbx_driver.c
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
srtp/test/rtp.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
srtp/test/rtpw.c
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|