Re-exports§
pub use deno_native_certs;
pub use rustls;
pub use rustls_pemfile;
pub use webpki;
pub use webpki_roots;
Modules§
- rustls
- Rustls - a modern TLS library
Structs§
- Basic
Auth - NoCertificate
Verification - TlsHandshake
- The handshake results from a TLS connection.
- TlsKey
- A TLS certificate/private key pair. see https://docs.rs/rustls-pki-types/latest/rustls_pki_types/#cloning-private-keys
- TlsKey
Lookup - TlsKey
Resolver - TlsKeys
Holder - TlsStream
- An
async
stream that wraps arustls
connection and a TCP socket. - TlsStream
Read - An
async
read half of stream that wraps arustls
connection and a TCP socket. - TlsStream
Write - An
async
write half of stream that wraps arustls
connection and a TCP socket. - deno_
tls - An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums§
Traits§
- Root
Cert Store Provider - Lazily resolves the root cert store.