dtls2 0.3.0 dtls2: ^0.3.0 copied to clipboard
DTLS provides datagram socket encryption. Implemented using OpenSSL over FFI.
0.3.0 #
- feat!: improve memory safety of DtlsClientContext
- fix: fix caching of DTLS connections in clients
- fix!: make connection closing asynchronous
0.2.2 #
- chore: rename example file
0.2.1 #
- fix: call BIO_free on the correct NativeLibrary object
0.2.0 #
- feat: define callback for handling DTLS alerts
- feat!: refactor library, rework external API
0.1.0 #
- initial version with added PSK functionality and Windows support