summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tor-netdoc: Tidy up and fix some broken intra-doc linksIan Jackson2023-04-112-3/+5
|/
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-054-4/+4
* tor-netdoc: Fix feature buildsIan Jackson2023-04-051-1/+1
* Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-312-33/+51
* Remove unnecessary test constant.Gabriela Moldovan2023-03-312-14/+8
* Add an encode-decode test for descriptors with client auth.Gabriela Moldovan2023-03-311-23/+96
* Use constants instead of magic numbers.Gabriela Moldovan2023-03-311-6/+10
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-314-102/+151
* Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-302-5/+5
|\
| * Fix broken doc link.Gabriela Moldovan2023-03-272-5/+5
* | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-274-49/+44
* | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-272-25/+37
|/
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-244-16/+14
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-248-16/+1215
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Turn two blocking TODOs in hsdesc into "TODO HS"Ian Jackson2023-03-212-2/+2
* tor-netdoc: Clarify that we must indeed check cert expiration.Nick Mathewson2023-03-011-3/+1