Expand description
DNS over TLS server implementation for Rustls
Functionsยง
- new_
acceptor - Construct the new Acceptor with the associated pkcs12 data
- read_
cert - Read the certificate from the specified path.
- read_
key_ from_ der - Reads a private key from a der formatted file
- read_
key_ from_ pem - Reads a private key from a pem formatted file
- read_
key_ from_ pkcs8 - Reads a private key from a pkcs8 formatted, and possibly encoded file