dtls icon indicating copy to clipboard operation
dtls copied to clipboard

DTLS 1.2 Server/Client implementation for Go

Results 44 dtls issues
Sort by recently updated
recently updated
newest added

For RFC compliance only algorithms in the certificate request shall be used. #### Description We should only be using one of the signature algorithms specified in the CertificateRequest message when...

### Your environment. - Version: *v2.1.5* with small adjustments to "example listener" ### What did you do? Run example PSK listener from https://github.com/mniestroj/pion-dtls/tree/handshake-not-finishing, which contains some adjustments for mbedTLS client...

### Your environment. - Version: *v2.1.5* - Other Information - *stacktraces, related issues, suggestions how to fix, links for us to have context* ### What did you do? 1. Run...

For some reason the E2E tests at times deadlock. A panic happens but the process never quits, until the CI job times out after 360 minutes (6 hours). https://github.com/pion/dtls/actions/runs/2376286601 is...

I stumbled across https://datatracker.ietf.org/doc/draft-ietf-tls-dtls13/ today. Looks like it's on its way now. I took a stroll through the spec, and https://tools.ietf.org/html/draft-ietf-tls-dtls13-34#section-12 has the changed compared to DTLS v1.2. I'm copying...

#### Description This issue is a draft and I wanted to discuss a need that we had here in our project. We use the DTLS library in the IoT context,...

enhancement

## Summary Add support for the HelloRequest Type ## Motivation I am currently trying to implement a client for a server that sends a HelloRequest-Paket after the HelloVerifyRequest. This packet...

#### Description Previously, if a client submitted a certificate, any session resumption would be ignored in order to mitigate indefinite extension attacks as per https://curl.se/docs/CVE-2016-5419.html, but this prevented improving performance...

When upgrading the linters I found [this](https://github.com/golang/go/issues/32463) discussion. We should evaluate if we should change how we return temporary errors.

### Your environment. https://github.com/go-ocf/go-coap/issues/109 ### What did you do? Just look at last comment. But it seems that other handshakes waits each other. ### What did you expect? dlts.Listener is...