summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-4/+4
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-7/+7
* clippy: consequential rustfmtIan Jackson2024-01-021-8/+2
* clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-021-0/+1
* clippy: Use infallible callsIan Jackson2024-01-021-4/+2
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-022-2/+2
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-146-38/+40
* NtorV3Extension set encoding/decoding: include n_extensionsJim Newsome2023-12-071-3/+3
* Remove semver.md files.Nick Mathewson2023-12-041-3/+0
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-8/+8
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-5/+5
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'Nick Mathewson2023-11-293-15/+14
|\ \
| * | Remove RngCompatExt.Nick Mathewson2023-11-292-7/+6
| * | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-293-12/+12
| |/
* | debug log: Downgrade circuit lifecycle messages to traceIan Jackson2023-11-291-4/+4
* | Downgrade some messages to traceIan Jackson2023-11-292-2/+2
|/
* Fix 'target' in doc comment for create_firsthop_ntorJim Newsome2023-11-271-1/+1
* Test extend_ntor_v3Jim Newsome2023-11-271-10/+33
* Parameterize circuit-extension test by handshake typeJim Newsome2023-11-271-55/+68
* Add `ClientCirc::extend_ntor_v3`Jim Newsome2023-11-273-0/+79
* tor-proto::circuit::reactor: handle server auxiliary handshake dataJim Newsome2023-11-271-10/+81
* Circuit reactor: test ntor-v3 "create"Jim Newsome2023-11-271-43/+101
* Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::newJim Newsome2023-11-271-39/+36
* Add PendingClientCirc::create_firsthop_ntor_v3Jim Newsome2023-11-272-0/+44
* Add Reactor::create_firsthop_ntor_v3Jim Newsome2023-11-271-0/+50
* NtorV3PublicKey: make fields pub(crate), as for NtorPublicKeyJim Newsome2023-11-271-2/+2
* Use HandshakeType in Extend2 and CircuitExtender::beginJim Newsome2023-11-271-2/+2
* Merge remote-tracking branch 'public/hs_begin'Nick Mathewson2023-11-161-0/+1
|\
| * hsrproxy: Send back DONE reasons.Nick Mathewson2023-10-231-0/+1
* | Merge branch 'strip_onion_begin' into 'main'Alexander Færøy2023-11-153-1/+40
|\ \
| * | Send less information in onion service BEGIN messagesNick Mathewson2023-11-153-1/+40
* | | Merge branch 'upgrades-20231115' into 'main'gabi-2502023-11-151-1/+1
|\ \ \ | |/ / |/| |
| * | Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* | | tor-proto: make ClientHandShake and ServerHandshake generic over aux dataJim Newsome2023-11-156-164/+112
* | | Add NtorV3Server and implement ServerHandshake for itJim Newsome2023-11-151-29/+43
* | | ServerHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-154-20/+130
* | | NtorV3Client: implement ClientHandshakeJim Newsome2023-11-151-7/+13
* | | ClientHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-154-22/+66
* | | NtorV3Client: take a slice instead of a vec of extensionsJim Newsome2023-11-151-5/+3
* | | ntor_v3: replace `impl digest::XofReader` with `NtorV3XofReader`Jim Newsome2023-11-151-15/+20
* | | CircuitHandshake::Ntor::ed_identity clarify doc-commentJim Newsome2023-11-151-2/+2
* | | hs_ntor: fix comment typo INTROUDCE1Jim Newsome2023-11-151-1/+1
|/ /
* | circuit: On SendMsgAndInstallHandler, tolerate None handlerNick Mathewson2023-11-021-0/+1
* | circuit::reactor: Remember that meta_handler is Send.Nick Mathewson2023-11-021-2/+2
* | Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-3/+0
* | Merge branch 'semver-bumps' into 'main'Nick Mathewson2023-10-311-8/+8
|\ \