summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).Gabriela Moldovan2023-10-301-17/+21
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-302-15/+16
* Remove a broken rustdoc link and fix a typo.Nick Mathewson2023-10-271-3/+0
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-253-11/+8
* tor-netdoc: Change return type of create_desc_sign_key_cert.Gabriela Moldovan2023-10-251-6/+3
* tor-netdoc: Building a descriptor now only requires the public part of blinde...Gabriela Moldovan2023-10-251-8/+10
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-252-7/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-252-21/+32
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-252-14/+33
* tor-dirclient, tor-netdoc: Add TODO SPECs.Gabriela Moldovan2023-10-241-0/+3
* tor-netdoc: Use an unpadded base64 encoding for the signature.Gabriela Moldovan2023-10-241-3/+3
* Explain why we are sorting intro points.Nick Mathewson2023-10-161-0/+7
* Sort introduction point lists by ntor public key.Neel Chauhan2023-10-161-16/+18
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-252-2/+2
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-252-8/+7
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-238-0/+8
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-238-0/+8
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-232-6/+6
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-232-33/+13
|/
* Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\
| * Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-108-0/+8
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
* tor-netdoc: Placate clippy (fmt)Ian Jackson2023-06-281-2/+1
* tor-netdoc: Placate clippyIan Jackson2023-06-281-2/+1
* tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt)Ian Jackson2023-06-281-9/+18
* tor-netdoc: Test hsdescs inners with a variety of IPT countsIan Jackson2023-06-281-0/+33
* tor-netdoc: hsdesc: Disregard intro points after the MAX'thIan Jackson2023-06-281-7/+18
* tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-281-0/+13
* Conditionalise an importIan Jackson2023-06-281-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-272-7/+6
* netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-261-2/+1
* netdoc: change a TODO HS about a distinguisher to a NOTE.Nick Mathewson2023-06-261-4/+7
* netdoc: replace a test TODO with a reference to other testsNick Mathewson2023-06-261-1/+8
* netdoc: fill in some test dataNick Mathewson2023-06-233-10/+34
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-221-3/+10
* hsdesc.rs: finally remove "allows".Nick Mathewson2023-06-161-12/+8
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-165-6/+5
* netdoc: unmark MAC_KEY_LEN as conjectural.Nick Mathewson2023-06-161-1/+1
* netdoc: remove a TODO about moving a module to where it already is.Nick Mathewson2023-06-161-2/+0
* netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-6/+3
* netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPENick Mathewson2023-06-161-2/+3
* netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-162-7/+10
* tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-011-3/+7
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-182-20/+17
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-162-2/+2
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-132-6/+7
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-103-4/+4
* Merge branch 'remove-hsdesc-todo' into 'main'Ian Jackson2023-04-121-3/+0
|\
| * Remove misleading TODO.Gabriela Moldovan2023-04-111-3/+0