CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 486
Releases: cisco/libsrtp
libSRTP 2.7.0
Compare
What's Changed
- explicitly look for mbedcrypto dependency by @pabuhler in #736
- Fix srtp_unprotect_rtcp_mki when RTP auth != RTCP by @vopatek in #733
- update formatting scripts to clang-format-14 by @pabuhler in #747
- update upload-artifact version in cifuzz task by @pabuhler in #748
- Fix function signature mismatch for
srtp_remove_stream
by @vikramdattu in #746
Full Changelog: v2.6...v2.7.0
Assets 2
libSRTP 2.6.0
Compare
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
Assets 2
libsrtp 2.5.0
Compare
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
Assets 2
libsrtp 2.4.2
Compare
This is a patch release for version 2 & 2.4 , fixing a regression introduced in 2.4.1
Assets 2
libsrtp 2.4.1
Compare
This is a patch release for version 2 & 2.4 , for details see #559.
Assets 2
libsrtp 2.4.0
Compare
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.
Assets 2
libsrtp 2.3.0
Compare
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.
Assets 2
libsrtp 2.2.0
Compare
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.
Assets 2
libsrtp 1.6.0
Compare
New 1.x.x release to stay compatible with 2.1.x.
No new features.
Assets 2
libsrtp 2.1.0
Compare
First release in the 2.1 series.