Skip to content

Releases: cisco/libsrtp

libSRTP v2.8.0

Choose a tag to compare

@pabuhler pabuhler released this 14 Mar 09:59
24b3bf8

What's Changed

  • Properly support null crypto and null auth scenario in #760
  • Fix AES 192 kdf by in #770
  • backport cryptex to v2 branch in #778

Full Changelog: v2.7...v2.8.0

libSRTP 2.7.0

Choose a tag to compare

@pabuhler pabuhler released this 16 Mar 21:58

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

libSRTP 2.6.0

Choose a tag to compare

@pabuhler pabuhler released this 24 Feb 08:44

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

libsrtp 2.5.0

Choose a tag to compare

@pabuhler pabuhler released this 01 Feb 07:42

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

Choose a tag to compare

@pabuhler pabuhler released this 20 Sep 21:13

This is a patch release for version 2 & 2.4 , fixing a regression introduced in 2.4.1

libsrtp 2.4.1

Choose a tag to compare

@pabuhler pabuhler released this 09 Sep 15:39

This is a patch release for version 2 & 2.4 , for details see #559.

libsrtp 2.4.0

Choose a tag to compare

@pabuhler pabuhler released this 13 Aug 19:40

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

Choose a tag to compare

@pabuhler pabuhler released this 23 Dec 10:23

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

Choose a tag to compare

@pabuhler pabuhler released this 16 May 07:20

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

Choose a tag to compare

@pabuhler pabuhler released this 01 Aug 12:09

New 1.x.x release to stay compatible with 2.1.x.
No new features.