summaryrefslogtreecommitdiff
path: root/tor-proto/src/crypto/handshake
Commit message (Expand)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Update hs_ntor code.Nick Mathewson2021-05-251-4/+6
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-182-15/+15
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-1/+1
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-061-2/+4
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+3
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-032-4/+4
* hs_ntor: add a disclaimer and put it behind a feature.Nick Mathewson2021-04-021-0/+7
* First draft of HS Ntor implementation.George Kadianakis2021-04-021-0/+520
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-1/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-292-20/+20
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-8/+8
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-5/+6
* Expand test to handle building circuit with ntor.Nick Mathewson2020-10-271-0/+8
* Document all private members in tor-protoNick Mathewson2020-10-131-0/+17
* Add tests for CREATE_FAST handshakeNick Mathewson2020-09-192-26/+70
* Add tests for failing ntor handshakes.Nick Mathewson2020-09-191-1/+51
* ntor: test the ClientHandshake/ServerHandshake implNick Mathewson2020-09-181-3/+4
* Ntor handshake (first hop) is go.Nick Mathewson2020-09-111-2/+2
* Wrap ntor handshake in appropriate trait.Nick Mathewson2020-09-111-10/+39
* For circuits: Implement first hop create via create_fast.Nick Mathewson2020-09-111-0/+85
* Pare down and sort dependenciesNick Mathewson2020-09-091-1/+2
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-101-7/+7
* tor-proto: Simplify ct::lookup API.Nick Mathewson2020-05-101-2/+2
* Document most of tor-protoNick Mathewson2020-05-091-1/+30
* make id field in RSAIdentity privateNick Mathewson2020-05-081-2/+2
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+325