Module telos::raw [] [src]

Minimal bindings around libtls. These are not very ergonomic, and may allow you to issue calls that can never succeed (e.g. read/write a server context).

Structs

TlsConfig

TLS configuration settings, see TlsContext::configure to apply them

TlsContext

A structure that represents all TLS context

TlsError

Functions

init

Initialize libtls - make sure to call this before using the API Returns false if libtls failed to initialise.

Type Definitions

TlsResult

result type for TLS operations