aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/handshake/hs_ntor.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-131-2/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-4/+3
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-4/+4
* hs_ntor: fix comment typo INTROUDCE1Jim Newsome2023-11-151-1/+1
* Precisely cfg-decorate a constantIan Jackson2023-10-311-0/+1
* Merge branch 'todos_proto' into 'main'Nick Mathewson2023-10-121-80/+37
|\
| * Remove the (fairly bogus) HsNtorServiceInput type.Nick Mathewson2023-10-121-80/+37
* | tor-proto: Add a FIXME about an allowIan Jackson2023-10-121-0/+2
|/
* tor-proto: Fix clippy warning.Gabriela Moldovan2023-10-031-1/+1
* Remove direct dependency on generic-arrayNick Mathewson2023-09-281-3/+2
* Merge branch 'pad_intro2' into 'main'Nick Mathewson2023-09-251-7/+41
|\
| * Generate padding in Introduce1 messages.Nick Mathewson2023-09-181-7/+41
* | hs_ntor: replace "32" with a const.Nick Mathewson2023-09-211-1/+1
* | hs_ntor: rename get_{introduce,rendezvous}1_key_material.Nick Mathewson2023-09-211-6/+6
* | hs_ntor: improve several comments.Nick Mathewson2023-09-211-3/+10
* | hs_ntor: rename enc_key to dec_key in service code.Nick Mathewson2023-09-211-5/+5
* | hs_ntor: allow attempting handshake with a set of subcredentials.Nick Mathewson2023-09-201-27/+45
* | hs_ntor: Take our k_hss_ntor keypair explicitly.Nick Mathewson2023-09-201-18/+18
|/
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-3/+3
* proto: Put client and service hs_ntor behind individual featuresNick Mathewson2023-06-211-5/+17
* proto: Resolve some hs_ntor "TODO HS" comments.Nick Mathewson2023-06-211-10/+7
* proto: Add a commment about a problem in my hs_ntor plans.Nick Mathewson2023-06-121-0/+4
* proto: code movement and reindentation in hs_ntorNick Mathewson2023-06-121-86/+75
* proto: Remove now-unused hs_ntor APIsNick Mathewson2023-06-121-43/+21
* proto: refactor hs_ntor to reuse state.Nick Mathewson2023-06-121-14/+49
* hs_ntor: several documentation cleanups.Nick Mathewson2023-05-171-6/+14
* hs_ntor: make encrypt_and_mac take a typed public keyNick Mathewson2023-05-171-10/+6
* hs_ntor: remove the last lingering AsRef<[u8]>Nick Mathewson2023-05-171-7/+7
* hs_ntor: Add a test vector case extracted from C tor.Nick Mathewson2023-05-171-0/+104
* hs_ntor: Calculate MAC on introduce1 message correctly.Nick Mathewson2023-05-171-3/+12
* hs_ntor: Make internal no-rng variants of the handshake functions.Nick Mathewson2023-05-171-2/+25
* hs_ntor: Move extra data outside of the "input" fields.Nick Mathewson2023-05-171-59/+33
* hs_ntor: Use MAC implementation from tor-hscryptoNick Mathewson2023-05-171-35/+16
* hs_ntor: Use correct PK types from tor_hscrypto.Nick Mathewson2023-05-171-20/+24
* hs_ntor: Use Subcredential type from tor-hscryptoNick Mathewson2023-05-171-4/+3
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-131-3/+3
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-171-15/+15
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-011-11/+15
* tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-9/+9
* tor-proto: Stop using write_infallible in handshake code.Nick Mathewson2022-07-111-33/+45