Skip to content

Tags: pion/dtls

Tags

v3.1.9

Toggle v3.1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Count empty towards against limit

v3.1.8

Toggle v3.1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Close rejected listeners at Accept

v3.1.7

Toggle v3.1.7's commit message
Fix packet connection leak

v3.1.6

Toggle v3.1.6's commit message
Fix panic unmarshaling ECDHE_PSK ClientKeyExchange

Add a bounds check before reading the ECDHE public key length when
the PSK identity hint consumes the whole body. Also bound the
PublicKey clone by the declared public key length, matching the
ServerKeyExchange handling.

v3.1.5

Toggle v3.1.5's commit message
Unblock reads when conn is closed

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Retact v3.1.3 for breaking compatiblity with firefox

v3.1.3

Toggle v3.1.3's commit message
Fix panic unmarshaling ECDHE_PSK ServerKeyExchange

Missing bounds check a invalid ServerKeyExchange message
could cause crash.

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Retract v3.1.0

v3.1.1

Toggle v3.1.1's commit message
Retract v3.1.0

v3.0.11

Toggle v3.0.11's commit message
Backport security fix for CVE-2026-26014