summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdoc::hsdesc: Rename "layer" modules.Nick Mathewson2023-02-083-3/+3
* netdoc::hsdesc: Excise reference to "password" authenticationNick Mathewson2023-02-081-1/+1
* hscrypto,netdoc: Add and use a type for KP_hss_desc_enc.Nick Mathewson2023-02-081-5/+5
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-084-11/+11
* Rename DescriptorCookie to DescEncNonceNick Mathewson2023-02-083-16/+15
* Renaming cleanup for and around now-renamed "KP_hs_desc_ephem".Nick Mathewson2023-02-081-8/+5
* Rename key identifiers that have changed in the specNick Mathewson2023-02-082-9/+9
* Fix typoDimitris Apostolou2023-02-081-1/+1
* Update hsdesc parser code to new sectionrules::builder code.Nick Mathewson2023-02-073-8/+8
* netdoc::hsdesc: rename Passwd to Password.Nick Mathewson2023-02-071-1/+1
* netdoc: Rename/comment objects from inner_layer.Nick Mathewson2023-02-071-20/+38
* netdoc: Rename/comment objects from middle_layer.Nick Mathewson2023-02-073-18/+27
* netdoc: Rename/comment objects from desc_encNick Mathewson2023-02-073-21/+36
* netdoc: Renaming and comments in outer_layer.Nick Mathewson2023-02-071-8/+13
* netdoc: Use Itertools::exactly_once in hsdesc parsingNick Mathewson2023-02-071-4/+7
* netdoc: Remove useless should_be_exhausted calls.Nick Mathewson2023-02-073-3/+0
* Remove a needless line.Nick Mathewson2023-02-071-1/+0
* Even more clarifying comments.Nick Mathewson2023-02-073-8/+14
* netdoc: Try to add a bunch of clarifying documentation.Nick Mathewson2023-02-074-21/+71
* netdoc: Use Signature::from to construct ed25519 sigs.Nick Mathewson2023-02-071-2/+6
* netdoc: Clear up a few typos in hsdesc comments and strings.Nick Mathewson2023-02-071-2/+2
* netdoc: Implement onion service descriptor parsers.Nick Mathewson2023-02-071-14/+4
* netdoc: Parse the inner layer of an onion service descriptor.Nick Mathewson2023-02-071-0/+349
* netdoc: Add a workaround for C Tor's lack of mid-layer NLNick Mathewson2023-02-072-2/+6