aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tor-netdoc: Validate inner certs in HsDescNick Mathewson2023-03-012-66/+167
* netdoc: Remove a TODO hs comment.Nick Mathewson2023-02-171-1/+0
* tor-netdoc: Run rustfmt (separately from the refactoring)Ian Jackson2023-02-151-2/+2
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-153-6/+3
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-143-0/+7
* batching_split_before: Rename "prefix" to "header"Ian Jackson2023-02-131-1/+1
* tor-netdoc: Use batching_split_before in HsDescInnerIan Jackson2023-02-101-25/+10
* Rename DescEncNonce => HsDescEncNonceNick Mathewson2023-02-092-4/+4
* hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-081-5/+5
* netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-083-10/+10
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-084-32/+32