Changes between Initial Version and Version 1 of Ticket #1932
- Timestamp:
- Jan 23, 2017 3:31:29 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1932 – Description
initial v1 1 1 As described [https://www.openssl.org/policies/releasestrat.html here], we are expecting source compatibility break in this new major version. 2 3 Unfortunately AES-GCM feature in libSRTP 1.5.4 (see ticket #1943) has compability issue with OpenSSL 1.1.0, so AES-GCM will be disabled when OpenSSL version being used is 1.1.0 or later. If application wants both (OpenSSL 1.1.0 and AES-GCM), it could use external libSRTP (development version seems to support OpenSSL 1.1.0). 4 5 Also just created #1993 for reminder to update libSRTP when a new version is released.