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

#### Description I am propose a modification to the current *Config* structure to add a callback mechanism that includes the client's address as part of the validation process. This change...

### Your environment. - Version: *Release or SHA* - Browser: *include version* - Other Information - *stacktraces, related issues, suggestions how to fix, links for us to have context* ###...

## Summary This feature request suggests adding a new function to the dtls package: - A Write() function that lets you set OOB data on the packet Proposed format could...

#### Description To allow for parallel handshake processing, I propose to introduce the `AcceptHandshake` method on `listener`. `AcceptHandshake` returns a `Handshaker` interface, which is just a conn who has not...