Expand description
An rusty abstraction over OpenSSL DTLS.
Structs§
- Certificate
- A wrapper type for an
X509
certificate. - Certificate
Fingerprint - Dtls
Acceptor - Acceptor for incoming UDP sessions secured with DTLS.
- Dtls
Acceptor Builder - A builder for
DtlsAcceptor
s. With this builder you can configure the following DTLS properties: - Dtls
Connector - Connector to an UDP endpoint secured with DTLS.
- Dtls
Connector Builder - A builder for
DtlsConnector
s. - Dtls
Stream - A stream managing a DTLS session.
- Identity
- A cryptographic identity.
- MidHandshake
Dtls Stream - A DTLS stream which has been interrupted midway through the handshake process.
- UdpChannel
- Wrapper to read from and sent data to an remote UDP endpoint.
Enums§
- Error
- An error returned from the DTLS implementation.
- Handshake
Error - An error that can occur during the handshake-process.
- Protocol
- DTLS protocol versions.
- Signature
Algorithm - Srtp
Profile - SRTP is the Secure Real-Time Transport Protocol.
- Srtp
Profile Error
Type Aliases§
- Result
- A typedef of the result-type returned by many methods.