Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/srtpPublic

Tags: pion/srtp

Tags

v3.0.4

Toggle v3.0.4's commit message
Reduce GC pressure on xorBytesCTRFixespion/webrtc#2877

v3.0.3

Toggle v3.0.3's commit message
Added support for NULL ciphersAdded support for NULL ciphers. When they are used, created SRTP andSRTCP packets are authenticated only (no encryption).Received SRTP/SRTCP packets are checked if their authentication tagis valid, and extra SRTP protocol fields are removed before returningthen to application.Fixed processing of SRTCP packets with E (encryption) bit cleared,previously duplicate check and tag valiation was not performed, andwhole packet was returned as-is (with extra fields) from decryptRTCP.Use of NULL ciphers can be enabled independently for SRTP and SRTCPusing SRTPNoEncryption and SRTCPNoEncryption options. They can be usedwith key exchange protocols which allows to configure them separately.Added support for SRTP_NULL_HMAC_SHA1_80 and SRTP_NULL_HMAC_SHA1_32cipher suites. They use key and salt of the same length as AES_CM_128ones.Added new tests to verify test vectors from RFCs.

v2.0.20

Toggle v2.0.20's commit message
Added support for NULL ciphersAdded support for NULL ciphers. When they are used, created SRTP andSRTCP packets are authenticated only (no encryption).Received SRTP/SRTCP packets are checked if their authentication tagis valid, and extra SRTP protocol fields are removed before returningthen to application.Fixed processing of SRTCP packets with E (encryption) bit cleared,previously duplicate check and tag valiation was not performed, andwhole packet was returned as-is (with extra fields) from decryptRTCP.Use of NULL ciphers can be enabled independently for SRTP and SRTCPusing SRTPNoEncryption and SRTCPNoEncryption options. They can be usedwith key exchange protocols which allows to configure them separately.Added support for SRTP_NULL_HMAC_SHA1_80 and SRTP_NULL_HMAC_SHA1_32cipher suites. They use key and salt of the same length as AES_CM_128ones.Added new tests to verify test vectors from RFCs.

v3.0.2

Toggle v3.0.2's commit message
New SRTP cipher test suiteMoved tests from srtp_cipher_aead_aes_gcm_test.go to new file, cleanedup their code to make it more DRY. Added tests for AES CM ciphers theretoo.This new cipher test suite will make it easier to add tests for newSRTP features without lots of copy/paste.

v2.0.19

Toggle v2.0.19's commit message
Fix packet length validation, new cipher testsThis is v2 CP of two commits from master:Fix packet length validationMissing packet length validations could cause crash.New SRTP cipher test suiteMoved tests from srtp_cipher_aead_aes_gcm_test.go to new file, cleanedup their code to make it more DRY. Added tests for AES CM ciphers theretoo.This new cipher test suite will make it easier to add tests for newSRTP features without lots of copy/paste.

v3.0.1

Toggle v3.0.1's commit message
Update module github.com/pion/rtcp to v1.2.12Generated by renovateBot

v2.0.18

Toggle v2.0.18's commit message
Update pion/rtcp and pion/rtcpUse latest releases

v3.0.0

Toggle v3.0.0's commit message
Start pion/srtp/v3pion/transport/v3 has a breaking change in ReplayDetector

v2.0.17

Toggle v2.0.17's commit message
Update module github.com/pion/transport to v2.2.3

v2.0.16

Toggle v2.0.16's commit message
Add options to set custom replay detectorSupport using custom implementation of replay detector.
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp