Re-exports§
pub use deno_native_certs;pub use rustls;pub use rustls_pemfile;pub use webpki;pub use webpki_roots;
Modules§
- Rustls - a modern TLS library
Structs§
- The handshake results from a TLS connection.
- A TLS certificate/private key pair. see https://docs.rs/rustls-pki-types/latest/rustls_pki_types/#cloning-private-keys
- An
asyncstream that wraps arustlsconnection and a TCP socket. - An
asyncread half of stream that wraps arustlsconnection and a TCP socket. - An
asyncwrite half of stream that wraps arustlsconnection and a TCP socket. - An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums§
Traits§
- Lazily resolves the root cert store.