Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGES in preparation for 2.4 release #550

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 49 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
Changelog

2.4.0-pre (This version)
2.4.0

Major changes

#529 - Remove EKT files, this was never completed and the draft has since changed.

#512 - Adds suport for Mbedtls as a crypto backend.

#503 - Support apple silicon build.

#495 - Adds support for the Meson build system. This is an alternative to Cmake and auto tools.

Other changes

#546 - Improve OpenSSL KDF check.

#542 - Add void to function declarations for EVP_EncryptInit check.

#531 - Remove dead code.

#524 - Support running against nss >= 3.52.

#521 - Remove references to dtls from libsrtp.

#520 - Use nss based hmac when nss enabled.

#519 - Move selftest vectors form backends to common files.

#515 - Extend cmake support.

#514 - Fix gcc11 warning by defining output length.

#502 - Remove visual studio build files.

#501 - cmake: Set the VERSION property of the srtp2 library.

#500 - Fixed issue #499 with buffer overflow.

#498 - Feature/additional error checks.

#496 - Rework check for OPENSSL_cleanse().

#492 - Avoid non-existing compiler flag -O4.

#491 - Fix two-byte RTP header extension encryption.

#478 - Modify cmake to install crypto_types.h instead of cipher_types.h

2.3.0

Expand All @@ -12,6 +58,8 @@ CMake support was added as an alternative build system. This was primarily added

NSS support for crypto backend was added. This is can be used as an alternative to openssl. Initial PR #413 but there has been numerous improvements.

Other changes

PR #474 - Add flag to disable pcap dependency when build test apps.

PR #472 - Add ci builds for ios and android.
Expand Down