trust_dns_proto::openssl

Module tls_server

Source
Available on crate feature dns-over-openssl only.
Expand description

DNS over TLS server implementations for OpenSSL

Structs§

PKey
A public or private key.
Pkcs12
Stack
An owned stack of T.
X509
An X509 public key certificate.

Enums§

Private
A tag type indicating that a key has private components.

Functions§

new_acceptor
Construct the new Acceptor with the associated pkcs12 data
read_cert_pem
Read the certificate from the specified path.
read_cert_pkcs12
Read the certificate from the specified path.
read_key_from_der
Reads a private key from a der formatted file
read_key_from_pkcs8
Reads a private key from a pkcs8 formatted, and possibly encoded file