From e53e106e8a6752c991c5cae20bdb3ce30bc1a775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20B=C3=BChler?= Date: Sat, 24 Feb 2024 09:08:34 +0100 Subject: [PATCH] update changes for 2.6.0 (cherry picked from commit c19745c7776c13920a2af68b8c58b757c49ab05c) --- CHANGES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES b/CHANGES index 4541aa772..81319a8f8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,29 @@ Changelog +2.6.0 + +#667 - remove use of pointers to 32bit values + +#666 - Cleaning up cmake and enabled more warnings. + +#665 - start using const on internal arguments + +#662 - Some srtp_driver fixes + +#661 - remove travis reference from README.md + +#660 - meson.build: implement mbedtls support + +#649 - iv length is constant so set only once + +#507 - Add x86 SIMD optimizations to crypto datatypes + +#643 - Add a missing typedef for stream list ctx + +#641 - cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option + +#640 - cmake: Support configuring as subproject + 2.5.0 #636 - Make mbedtls hmac less restrictive in line with RFC and library capabilities