Module server

Source

Structs§

rustls_client_hello
The TLS Client Hello information provided to a ClientHelloCallback function.
rustls_server_config
A server config that is done being constructed and is now read-only.
rustls_server_config_builder
A server config being constructed.

Functions§

rustls_client_hello_select_certified_key
Select a rustls_certified_key from the list that matches the cryptographic parameters of a TLS client hello.
rustls_server_connection_get_server_name
Returns a rustls_str reference to the server name sent by the client in a server name indication (SNI) extension.

Type Aliases§

rustls_client_hello_callback
Prototype of a callback that can be installed by the application at the rustls_server_config.
rustls_client_hello_userdata
Any context information the callback will receive when invoked.