Module tls

Module tls 

Source
Expand description

TLS/HTTPS support TLS/HTTPS support for HTTP server

This module provides TLS configuration and certificate loading for secure HTTP connections.

Functionsยง

init_crypto_provider
Initialize the rustls crypto provider.
load_tls_acceptor
Load TLS acceptor from certificate and key files
load_tls_server_config
Load TLS server configuration for use with axum-server