Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: README.chromium

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « README ('k') | TODO » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libsrtp 1 Name: libsrtp
2 URL: https://github.com/cisco/libsrtp 2 URL: https://github.com/cisco/libsrtp
3 Version: 1.5.2 3 Version: 2cbd85085037dc7bf2eda48d4cf62e2829056e2d
4 License: 3-clause BSD 4 License: 3-clause BSD
5 License File: srtp/LICENSE 5 License File: srtp/LICENSE
6 Security Critical: Yes 6 Security Critical: Yes
7 7
8 Description: 8 Description:
9 Libsrtp provides secure media transmission in a real 9 Libsrtp provides secure media transmission in a real
10 time communication. It's used with libjingle which 10 time communication. It's used with libjingle which
11 provides the p2p session setup. 11 provides the p2p session setup.
12 12
13 Libsrtp is distributed under the following BSD-based license, detailed info 13 Local Modifications:
14 in srtp/LICENSE. 14 Removed many unused files, e.g. all non-OpenSSL cipher implementations.
15 15
16 Local Modifications: 16 Patched in https://github.com/cisco/libsrtp/pull/209.
17
18 Added gyp support to __arm64__
19
20 Use '_byteswap_*' functions to convert between host and network byte order on
21 Windows.
22
23 Initialized "failures" to 0 in replay_driver.c -- merges
24 https://github.com/cisco/libsrtp/pull/138
25
26 Renamed "mips" to "mips_value" in srtp_driver.c to fix MIPS build.
27
28 Added bounds check at the top of srtp_validate_rtp_header -- merges
29 https://github.com/cisco/libsrtp/pull/182
OLDNEW
« no previous file with comments | « README ('k') | TODO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698