summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/handshake/fast.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-proto: make ClientHandShake and ServerHandshake generic over aux dataJim Newsome2023-11-151-41/+24
* ServerHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-6/+28
* ClientHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-8/+18
* 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
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-011-0/+4
* tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-8/+12
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-3/+3
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-2/+3
* tor-proto: Rename BadHandshake to BadCircHandshakeNick Mathewson2022-02-231-2/+2
* Eliminate RequestedResourceAbsent kind.Nick Mathewson2022-02-221-3/+7
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+154