aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: circ handshake now always uses NONE destroy reasonSteven Engler2026-06-121-14/+0
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-3/+3
* tor-proto: extend `RelayHandshakeError`Steven Engler2026-04-081-1/+27
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-0/+2
* tor-proto: removed "ntor_v3" feature flagSteven Engler2025-04-011-1/+0
* Add temporary allows for some dead code warningsIan Jackson2024-04-251-0/+1
* tor-proto: make ClientHandShake and ServerHandshake generic over aux dataJim Newsome2023-11-151-35/+30
* ServerHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-3/+39
* ClientHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-2/+14
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-1/+1
* tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-171-2/+3
* tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-171-1/+1
* tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-8/+9
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-6/+6
* Eliminate RequestedResourceAbsent kind.Nick Mathewson2022-02-221-1/+22
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+120