summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/