iroh_net

Module tls

Source
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
Expand description

TLS configuration based on libp2p TLS specs.

See https://github.com/libp2p/specs/blob/master/tls/tls.md. Based on rust-libp2p/transports/tls

Modules§

certificateDeprecated
X.509 certificate handling.

Enums§

CreateConfigErrorDeprecated
Error for generating iroh p2p TLS configs.

Functions§

make_client_configDeprecated
Create a TLS client configuration.
make_server_configDeprecated
Create a TLS server configuration.