aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/unimpl_tls.rs
Commit message (Collapse)AuthorAgeFilesLines
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-3/+3
|
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-291-0/+76
These are as yet unimplemented; there's a stub type for the providers (nativetls) that won't actually have them.