Releases: cisco/libsrtp
libSRTP 2.6.0
What's Changed
- cmake: Support configuring as subproject by @yangskyboxlabs in #640
- cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option by @yangskyboxlabs in #641
- Add a missing typedef for stream list ctx by @Lastique in #643
- Add x86 SIMD optimizations to crypto datatypes by @Lastique in #507
- fix typo by @uniontech-lilinjie in #648
- iv length is constant so set only once by @pabuhler in #649
- Fix library version in Doxygen docs by @Lastique in #654
- remove comma from srtp_profile_t enum value. by @melchi45 in #658
- meson.build: implement mbedtls support by @iameli in #660
- remove travis reference from README.md by @pabuhler in #661
- try to use ubuntu-latest by @pabuhler in #664
- Some srtp_driver fixes by @pabuhler in #662
- Some cipher_driver fixes by @pabuhler in #663
- start using const on internal arguments by @pabuhler in #665
- Cleaning up cmake and enabled more warnings. by @palerikm in #666
- fix line break in stream_list.yml by @pabuhler in #668
- remove use of pointers to 32bit values by @pabuhler in #667
New Contributors
- @yangskyboxlabs made their first contribution in #640
- @uniontech-lilinjie made their first contribution in #648
- @melchi45 made their first contribution in #658
- @iameli made their first contribution in #660
- @palerikm made their first contribution in #666
Full Changelog: v2.5.0...v2.6.0
libsrtp 2.5.0
For more details and a complete list of changes please see the CHANGES file or GitHub change log at v2.4.0...v2.5.0
libsrtp 2.4.2
This is a patch release for version 2 & 2.4 , fixing a regression introduced in 2.4.1
libsrtp 2.4.1
This is a patch release for version 2 & 2.4 , for details see #559.
libsrtp 2.4.0
Major changes in this release are:
- Remove EKT files, this was never completed and the draft has since changed.
- Adds support for Mbedtls as a crypto backend.
- Support apple silicon build.
- Adds support for the Meson build system. This is an alternative to Cmake and auto tools.
For more details and a complete list of changes please see the CHANGES file.
libsrtp 2.3.0
Major changes in this release are a fuzzer for libsrtp, NSS as optional crypto back end and cmake support for building. For more details and a complete list of changes please see the CHANGES file.
libsrtp 2.2.0
First release in the 2.2 series.
The major change with this release is that the all the code has been reformatted to be consistent and this consistency can be enforced with the include .clang-format file. This resulted in a lot of none functional changes but was considered worth it to simplify maintenance in the future. There are numerous other minor fixes, see the CHANGES file for more details.
libsrtp 1.6.0
New 1.x.x release to stay compatible with 2.1.x.
No new features.
libsrtp 2.1.0
First release in the 2.1 series.
libsrtp 2.0.0
Initial libsrtp 2.0 release.