OLD | NEW |
1 Name: libsrtp | 1 Name: libsrtp |
2 URL: https://github.com/cisco/libsrtp | 2 URL: https://github.com/cisco/libsrtp |
3 Version: 1.5.1 | 3 Version: 1.5.2 |
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 Libsrtp is distributed under the following BSD-based license, detailed info |
14 in srtp/LICENSE. | 14 in srtp/LICENSE. |
15 | 15 |
16 Local Modifications: | 16 Local Modifications: |
17 | 17 |
18 Added gyp support to __arm64__ | 18 Added gyp support to __arm64__ |
19 | 19 |
20 Use '_byteswap_*' functions to convert between host and network byte order on | 20 Use '_byteswap_*' functions to convert between host and network byte order on |
21 Windows. | 21 Windows. |
22 | |
23 AES-192 is disabled when compiled against BoringSSL. This is no longer necessary | |
24 when updating to libsrtp 1.5.2 or newer. | |
25 | |
26 Always expose API to convert big endian integers to CPU byte order (WebRTC | |
27 calls "be64_to_cpu" from "srtpfilter.cc"). | |
OLD | NEW |