-
Notifications
You must be signed in to change notification settings - Fork 487
Comparing changes
Open a pull request
base repository: cisco/libsrtp
base: v2.6
head repository: cisco/libsrtp
compare: v2.7.0
- 12 commits
- 11 files changed
- 3 contributors
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a399ab - Browse repository at this point
Copy the full SHA 3a399abView commit details
Commits on Dec 6, 2024
-
Fix srtp_unprotect_rtcp_mki when RTP auth != RTCP
srtp_get_session_keys, which is used by both srtp_unprotect_mki and srtp_unprotect_rtcp_mki, determines the tag len from rtp_auth. This fails when rtp_auth differ from rtcp_auth. E.g. when SRTP is used with weak authentication but SRTCP must not (RFC 3711). This commit splits the function in two: srtp_get_session_keys_rtp srtp_get_session_keys_rtcp And adds a short auth policy test to test/srtp_driver.
Configuration menu - View commit details
-
Copy full SHA for 63a19f4 - Browse repository at this point
Copy the full SHA 63a19f4View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1af5c91 - Browse repository at this point
Copy the full SHA 1af5c91View commit details -
Merge pull request #736 from pabuhler/mbedtls-link-fix
explicitly look for mbedcrypto dependency
Configuration menu - View commit details
-
Copy full SHA for 2b1330d - Browse repository at this point
Copy the full SHA 2b1330dView commit details -
Merge pull request #733 from vopatek/fix-rtcp-mki-when-rtp-short-auth
Fix srtp_unprotect_rtcp_mki when RTP auth != RTCP
Configuration menu - View commit details
-
Copy full SHA for 596e30e - Browse repository at this point
Copy the full SHA 596e30eView commit details
Commits on Feb 11, 2025
-
Fix function signature mismatch for
srtp_remove_stream
- The definition for the function has the signature: `srtp_err_status_t srtp_remove_stream(srtp_t session, uint32_t ssrc)` - This is not always same as the signature present in srtp.h: `srtp_err_status_t srtp_remove_stream(srtp_t session, unsigned int ssrc)` This causes function signature mismatch. Aligned the signature from `srtp.h` with the definition using `uint32_t`
Configuration menu - View commit details
-
Copy full SHA for 9fd71ba - Browse repository at this point
Copy the full SHA 9fd71baView commit details -
update formatting scripts to clang-format-14
Git hub is moving to ubuntu-latest on GitHub is moving to 24.04 and there re issues installing clang-format-12 . (cherry picked from commit 2a6c15d)
Configuration menu - View commit details
-
Copy full SHA for a18fa10 - Browse repository at this point
Copy the full SHA a18fa10View commit details -
Merge pull request #747 from pabuhler/2-x-clang-format
update formatting scripts to clang-format-14
Configuration menu - View commit details
-
Copy full SHA for a04bfad - Browse repository at this point
Copy the full SHA a04bfadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377c7ce - Browse repository at this point
Copy the full SHA 377c7ceView commit details -
Merge pull request #748 from pabuhler/2-x-cifuzz-fix
update upload-artifact version in cifuzz task
Configuration menu - View commit details
-
Copy full SHA for 209d399 - Browse repository at this point
Copy the full SHA 209d399View commit details -
Merge pull request #746 from vikramdattu/bugfix/srtp_remove_stream_si…
…gnature Fix function signature mismatch for `srtp_remove_stream`
Configuration menu - View commit details
-
Copy full SHA for c847568 - Browse repository at this point
Copy the full SHA c847568View commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee1a77c - Browse repository at this point
Copy the full SHA ee1a77cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6...v2.7.0