Expand description
TLS and DTLS interface module which defines the SslConnection type which is the main type
to interact with this library and the underlying SslContext type which contains all
hardware abstractions
Structs§
- SslConnection
- An SSL connection, i.e. the main type to interact with this library
- SslContext
- Hardware context of an
SslConnection
Enums§
- Preset
- Cryptography profile preset which is used to configure an
SslConnection