aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/handshake/ntor.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-5/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+9
* Add allows for many dead code warnings in tor-protoIan Jackson2024-07-081-0/+4
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-5/+5
* tor-proto: make ClientHandShake and ServerHandshake generic over aux dataJim Newsome2023-11-151-58/+28
* ServerHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-6/+41
* ClientHandshake: extend to support ntorv3 extensionsJim Newsome2023-11-151-8/+18
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-5/+5
* Lower tor-proto::util::ct::lookup to tor-llcryptoNick Mathewson2023-06-161-1/+2
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-131-5/+5
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-011-1/+1
* tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-8/+7
* tor-proto: Stop using write_infallible in handshake code.Nick Mathewson2022-07-111-25/+28
* Remove "write_and_consume_infallible".Nick Mathewson2022-07-111-7/+12
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-19/+19
* Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-6/+5
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-2/+6
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-2/+2
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-2/+3
* tor-proto: Rename BadHandshake to BadCircHandshakeNick Mathewson2022-02-231-1/+1
* Eliminate RequestedResourceAbsent kind.Nick Mathewson2022-02-221-9/+10
* Upgrade to digest v0.10.0Nick Mathewson2021-12-071-2/+2
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-3/+4
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-1/+1
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-5/+0
* Use subtle and some refactoring to remove branches in ntorNick Mathewson2021-10-011-5/+17
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+438