summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* 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