Skip to content

Commit

Permalink
Merge pull request #325 from pabuhler/update-changes-for-1-6-0-release
Browse files Browse the repository at this point in the history
Update CHANGES for 1.6.0 release
  • Loading branch information
pabuhler authored Aug 1, 2017
2 parents fffad9f + ed63d3e commit 6ec11b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Changelog

1.6.0

PR #293 Fix incorrect result of rdb_increment on overflow

PR #290 - Cipher type cleanup for AES
When libSRTP is compiled with OpenSSL and the AES 256 ICM cipher is used
with RTCP an incorrect initialization vector is formed.
This change will break backwards compatibility with older versions (1.5,
2.0) of libSRTP when using the AES 256 ICM cipher with OpenSSL for RTCP.

PR #281 - Sequence number incorrectly masked for AES GCM IV
The initialization vector for AES GCM encryption was incorrectly formed on
little endian machines.
This change will break backwards compatibility with older versions (1.5,
2.0) of libSRTP when using the AES GCM cipher for RTCP.

1.5.4

Use BE byte ordering of RTCP trailer.
Expand Down

0 comments on commit 6ec11b4

Please sign in to comment.