summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls/rustls.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* rtcompat: Fix a rustdoc link.Nick Mathewson2024-01-301-1/+1
* Upgrade to futures-rustls and rustls 0.22.Nick Mathewson2024-01-251-25/+32
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* update rustls to 0.21trinity-1686a2023-05-081-16/+11
* 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