summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/native_tls.rs
Commit message (Expand)AuthorAgeFilesLines
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-4/+7
* rtcompat: Clarify None returns from own_certificate.Nick Mathewson2026-01-291-0/+5
* rustls: add an error for unimplemented tls server support.Nick Mathewson2026-01-291-3/+4
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-291-2/+13
* rtcompat: new own_certificate method on CertifiedConn traitNick Mathewson2026-01-291-0/+4
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-0/+2
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+4
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-5/+3
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-2/+2
* tor-rtcompat: Implement StreamOps for TLS stream types.Gabriela Moldovan2025-01-151-1/+11
* tls: Support export keying material (RFC 5705)David Goulet2024-06-181-0/+16
* rtcompat: Set disable_built_in_roots With native_tls.Nick Mathewson2024-06-131-0/+4
* clippy: consequential rustfmtIan Jackson2024-01-021-3/+1
* clippy: Use infallible callsIan Jackson2024-01-021-2/+1
* fix doc-feature synchrotrinity-1686a2022-10-161-1/+4
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-1/+1
* Replace manual Default, and abolish new, in tor-rtcompatIan Jackson2022-03-021-13/+1
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-10/+5
* Make the native-tls crate optional.Nick Mathewson2022-01-261-0/+1
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-261-10/+0
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-251-0/+115