summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/rustls.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-261-36/+30
* 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-0/+1
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-7/+4
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-271-0/+1
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-261-22/+0
* More comments on the limitations of tor-rtcompat's TLS APINick Mathewson2022-01-251-0/+3
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-0/+290