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

Tags: cnderrauber/dtls

Tags

v2.0.10

Toggle v2.0.10's commit message
add unencrypt profile

v2.0.9

Toggle v2.0.9's commit message
Add missing rsa.PrivateKey into validating config

validates private keys of certs to be one of RSA, ECDSA or ED25519

v2.0.8

Toggle v2.0.8's commit message
Add support for KeyLogWriter

style is done in the same way as `tls.Config`.

Fixes pion#343

v2.0.7

Toggle v2.0.7's commit message
Always include NegotationInfo in ServerHello

If ClientHello doesn't contain

Relates to pion#314

v2.0.6

Toggle v2.0.6's commit message
Include RenegotiationInfo in ServerHello

Before if clients sent a ClientHello with RenegotiationInfo we would
just ignore. Now we properly respond that we don't support.

Relates to pion#314

v2.0.5

Toggle v2.0.5's commit message
Update golang.org/x/net commit hash to 5f4716e

Generated by renovateBot

v2.0.4

Toggle v2.0.4's commit message
v2.0.4

* Always select matching cipher suite
* Always send empty renegotiation indication extension

v2.0.3

Toggle v2.0.3's commit message
Update CI configs to v0.4.7

Update lint scripts and CI configs.

v2.0.2

Toggle v2.0.2's commit message
Add AEAD_AES_128_GCM SRTP Profiles

Relates to pion/srtp#85

v2.0.1

Toggle v2.0.1's commit message
Fix flight1 handshakeRecvSequence handling

Only update handshakeRecvSequence when the flight successfully
completes. Before we would prematurely increment putting us in
a state where it would never complete.

Resolves pion#263 pion#262
0