Releases: pion/dtls
Releases · pion/dtls
v2.1.0
v2.0.13
v2.0.12
v2.0.11
v2.0.9
v2.0.8
v2.0.7
v2.0.6
v2.0.5
- General reorganisation of the library
- Properly handle empty extension lists in Server/ClientHello
- Add support for
TLS_PSK_WITH_AES_128_CBC_SHA256
- Allow both PSK as well as certificate based connections on the same server/connection
- Add the PSK Client Hint on the connection state
- Add support for anonymous ciphers
We don't and will not carry anonymous ciphers in this library, but it's now possible to plug in your own if you have a use case that requires it
v2.0.4
Summary
- We now always select the matching cipher suite, instead of the first one in the suite. #308
- We now always send an empty renegotiation indication extension when acting as a client since we don't support renegotiation. This was an oversight on our part, it's clearly mentioned in the RFC, and should improve compatibility with other servers like Bouncy Castle. #314