Skip to content

Tags: pion/dtls

Tags

v3.0.6

Toggle v3.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
JoeTurki Joe Turki
Revert rollback Go version bump by Renovate

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update docker.io/library/golang Docker tag to v1.24 (#694)

Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.0.4

Toggle v3.0.4's commit message
Update module golang.org/x/net to v0.30.0

Generated by renovateBot

v3.0.3

Toggle v3.0.3's commit message
Fix incorrect client retransmissions

introduced by ec76652. If Client has gone to finished we know that
server sent Finished. No reason to ever re-send messages.

Resolves pion/webrtc#2909

v3.0.2

Toggle v3.0.2's commit message
Fix race between Conn.Close and Conn.Handshake

v3.0.1

Toggle v3.0.1's commit message
Fix multiple calls to Handshake

Handshake are synchronized by a mutex, but there is a panicing
scenario when the first handshake fails.

v3.0.0

Toggle v3.0.0's commit message
Prepare /v3

Update go.mod and imports for /v3

v2.2.12

Toggle v2.2.12's commit message
Mark NULL and AES256CM SRTP ciphers as supported

DTLS server checks this list during handshake. Without this change new
NULL and AES256CM SRTP ciphers were ignored.

v2.2.11

Toggle v2.2.11's commit message

Verified

This tag was signed with the committer’s verified signature.
MarcoPolo Marco Munizaga
A patch release with two fixes:

- #627
- #628

v2.2.10

Toggle v2.2.10's commit message
Update dependencies

github.com/pion/transport/v2 v2.2.1 => github.com/pion/transport/v2 v2.2.4
golang.org/x/crypto v0.8.0 => golang.org/x/crypto v0.18.0
golang.org/x/net v0.9.0 => golang.org/x/net v0.20.0