Changeset 5512 for pjproject/branches/projects/uwp/third_party/srtp/CHANGES
- Timestamp:
- Dec 28, 2016 3:28:05 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp/third_party
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/third_party
- Property svn:externals deleted
-
pjproject/branches/projects/uwp/third_party/srtp/CHANGES
r1730 r5512 1 1 Changelog 2 3 1.5.4 4 5 Use BE byte ordering of RTCP trailer. 6 7 Allow zero length payload on unprotect. 8 9 1.5.3 10 11 Fix for CVE-2015-6360. 12 13 Pull request 103 - Makefile.in: Don't hard-code ar. 14 15 Pull request 99 - Various fixes for compiling with Visual Studio. 16 17 Pull request 98 - Do not duplicate shared library when installing. 18 19 Please see commit log for a full list of other minor fixes. 20 21 1.5.2 22 23 Autoconf checks for libz and libdl for buildroot support. 24 25 Pull request 96 - Include config.h to get inline on Windows. 26 27 Pull request 93 - Don't include AES-192 when compiling against BoringSSL. 28 29 1.5.1 30 31 Pull request 95 - Additional header check from Chromium 32 33 Pull request 94 - Add missing copyright headers. 34 35 Pull request 90 - Fix out-of-source tree builds. 36 37 Pull request 89 - Introduce little endian RISC support 38 39 Pull request 86 - Add support for cross-compiling the shared library for Windows and OS X 40 41 Pull request 85 - Add -f <pcap filter> option to rtp_decoder 42 43 Pull request 84 - Avoid problems due to unsafe macros 44 45 Pull request 82 - Align the AES ICM nonce 46 47 Pull request 80 - Take advantage of base64 conversion in testapps 48 49 Pull request 75 - Cleanup: miscellaneous cleanup of initial OpenSSL AES support 50 51 Pull request 74 - Allow testing with pcap file or capture - Issue #45 52 53 Other trivial fixes are included as well. Please see github for details. 54 55 1.5.0 56 57 Add support for using OpenSSL crypto using the --enable-openssl 58 option. 59 60 Add support for AES-GCM crypto suites. 61 62 Add support for pkg_config. 63 64 Add user data API to allow user to associate additional data with a 65 SRTP context. 66 67 This release also includes a variety of bug fixes, which can be 68 viewed at: https://github.com/cisco/libsrtp/commits/master 69 70 Note: The change log was not maintained between versions 1.3.20 and 71 1.4.5. 2 72 3 73 1.3.20
Note: See TracChangeset
for help on using the changeset viewer.