dtls 0.1.0 copy "dtls: ^0.1.0" to clipboard
dtls: ^0.1.0 copied to clipboard

DTLS provides datagram socket encryption. Implemented using OpenSSL over FFI.

dtls #

DTLS provides datagram socket encryption. Implemented using OpenSSL over FFI. This package supports native platforms only, because there are no datagram sockets on Web.

Features #

Currently, only the client side is implemented.

Getting started #

libssl (OpenSSL) needs to be available.

  • On Android and iOS, libssl has to be bundled with the app.
  • On Linux, libssl is preinstalled or available in most distributions.

Usage #

First, create a DtlsClientContext. Then, create a DtlsClientConnection for each encrypted connection.

1
likes
110
pub points
3%
popularity

Publisher

verified publisherfamedly.com

DTLS provides datagram socket encryption. Implemented using OpenSSL over FFI.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi

More

Packages that depend on dtls