8000 Tags · smeyer198/dtls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: smeyer198/dtls

Tags

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:

- pion#627
- pion#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

v2.2.9

Toggle v2.2.9's commit message
Drop invalid record silently during handshake

Fix issue: invalid record in handshake staging cause readloop
exited then handshake failed.

v2.2.8

Toggle v2.2.8's commit message
atomic SRTP protection profile

v2.2.7

Toggle v2.2.7's commit message
Update AUTHORS.txt

v2.2.5

Toggle v2.2.5's commit message
Update github.com/pion/udp to v2

transport/v2 was a breaking change to that API

v2.2.4

Toggle v2.2.4's commit message
v2.2.4

Includes two security fixes that could cause runtime panics.

v2.2.3

Toggle v2.2.3's commit message
Update module github.com/pion/udp to v0.1.4

Generated by renovateBot

v2.2.2

Toggle v2.2.2's commit message
Add SkipHelloVerify option to dTLS

This is a common behavior for WebRTC Peer on browser stack
where DoS resistance on DTLS level is redundant as this is
built into ICE.
0