libsrtp
libsrtp copied to clipboard
Library for SRTP (Secure Realtime Transport Protocol)
The gcm encryption is a one shot function, it is always only called only once. The tag is often generated at this point by the underling crypto engine (see aes_gcm_nss.c),...
Hi Team, I am from Cisco unity team. Could you please clarify active support is available for release 2.3.0 ? Let us know if there is any planned EOL date...
I work on packaging Chromium (and Qt WebEngine) in Debian. One of my projects is to get to the stage where Chromium can be built using a system copy of...
illustrating the reason why one should carefully pick the initial sequence number low enough to avoid a rollover. See https://webrtc-review.googlesource.com/c/src/+/358360
Alternative merge of #511 on to main, not complete. Will discuss in the context of #511.
Hello, I am trying to decrypt SRTP traffic from a WebRTC call. As part of extracting the actual keys, I have gone through RFC5764 and finally, I believe that I...
Currently, it is silently assumed that we always have master key provided, even when the policy says we don't use encryption and authentication. This results in streams with such policy...
Since commit f1d1e57a49 using gstrtsp (in Pidgin, with the Pidgin-chime audio stream) fails. ``` (02:21:06) backend-fs2: farstream-send-codec-changed: codec: 97: audio CHIME clock:16000 channels:1 (02:21:06) mediamanager: gst pipeline error: Could not...
``` checking for user specified OpenSSL directory... invalid configure: error: in `/home/debian/libsrtp': configure: error: Invalid OpenSSL location: /home/debian/openssl-3.5.0/bin ``` I have to move `bin/lib64` to `bin/lib` to make it work.