aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Add a missing cfgIan Jackson2023-09-131-0/+1
* tor-proto: Remove the Display impl of HopNum.Gabriela Moldovan2023-08-251-6/+0
* tor-proto: Add a HopNum::display function.Gabriela Moldovan2023-08-251-3/+39
* tor-proto: Make HopNum indices appear 1-based in the Display impl.Gabriela Moldovan2023-08-251-1/+4
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-235-0/+5
* proto: API to expose the `CircuitBinding` type.Nick Mathewson2023-08-141-2/+1
* proto: Add (not-yet-exposed) code to remember and use KH valuesNick Mathewson2023-08-142-13/+78
* tor-proto: Make HopNum public.Gabriela Moldovan2023-08-041-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-105-0/+5
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-273-13/+13
* 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
* Lower tor-proto::util::ct::lookup to tor-llcryptoNick Mathewson2023-06-162-3/+4
* proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
* 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
* tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-2/+5
* Merge branch 'virtual_hop' into 'main'Nick Mathewson2023-05-181-24/+93
|\
| * proto: Try to improve the documentation in crypto/cell.rsNick Mathewson2023-05-181-24/+86
| * tor-proto: Code to construct crypto layers for virtual hops.Nick Mathewson2023-05-181-0/+7
* | 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-133-13/+13
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-282-2/+2
* tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-151-18/+8
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-275-0/+5
* tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-172-17/+18
* tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-171-1/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-124-0/+33
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-1/+9
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* Merge branch 'zeroize' into 'main'Nick Mathewson2022-08-047-75/+90
|\
| * tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-014-17/+27
| * tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-017-60/+65
* | Rename `.inc` and other included files to end in `.rs`eta2022-07-261-1/+1
|/
* tor-proto: Stop using write_infallible in handshake code.Nick Mathewson2022-07-113-138/+174
* Remove "write_and_consume_infallible".Nick Mathewson2022-07-111-7/+12
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-113-112/+112
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-081-23/+162