tide-rustls icon indicating copy to clipboard operation
tide-rustls copied to clipboard

TLS listener for tide based on rustls

Results 3 tide-rustls issues
Sort by recently updated
recently updated
newest added

The crates.io page of this crate links to an old repository, but it looks like releases are published from this one.

afaict the TlsListenerConfig currently requires sending it PathBuf's, which eventually opens/reads the keys and certs, it would be nice if there were a way to pass it an `&[u8]` or...

I'd like to be able to access the `rustls::Session` object, in order to access the metadata information on it ( `get_negotiated_ciphersuite`, `get_peer_certificates` , etc.) However, I seem to be getting...