summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-249-37/+1236
* 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
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-0/+1
* Fix typosDimitris Apostolou2023-03-031-1/+1
* 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-013-82/+199
* Apply a missing cfg_attr(docsrs...) in netdocNick Mathewson2023-02-211-0/+1
* Merge branch 'unparsed_linkspec' into 'main'Ian Jackson2023-02-211-9/+2
|\
| * tor-netdoc: Use UnparsedLinkSpec in IntroPointDesc.Nick Mathewson2023-02-171-9/+2
* | netdoc: Remove a TODO hs comment.Nick Mathewson2023-02-171-1/+0
|/
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-177-35/+31
|\
| * 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-157-24/+20
| * tor-netdoc: Replace use of PauseAt::new_pred()Ian Jackson2023-02-151-9/+9
* | Expire routerdescs as soon as any of their expiries expireIan Jackson2023-02-151-1/+1
|/
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-144-0/+10
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-132-86/+25
|\
| * batching_split_before: Rename "prefix" to "header"Ian Jackson2023-02-131-1/+1
| * tor-netdoc: Use batching iterator in authcert.rsIan Jackson2023-02-101-61/+15
| * tor-netdoc: Use batching_split_before in HsDescInnerIan Jackson2023-02-101-25/+10
* | netdoc: give hsdesc test info in its original form.Nick Mathewson2023-02-131-1/+5
* | netdoc: Add a test for HSDesc decryption.Nick Mathewson2023-02-101-0/+63
|/
* Merge branch 'hsdir' into 'main'Ian Jackson2023-02-092-0/+7
|\
| * hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-091-0/+4
| * tor-netdoc: Discuss that relays are ordered by rsa id in ConsensusIan Jackson2023-02-091-0/+3
* | Rename DescEncNonce => HsDescEncNonceNick Mathewson2023-02-092-4/+4
|/
* hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-082-9/+18
* netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-084-16/+14
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-085-68/+62
* netdoc::hsdesc: Rename "layer" modules.Nick Mathewson2023-02-084-15/+14
* netdoc::hsdesc: Excise reference to "password" authenticationNick Mathewson2023-02-082-3/+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-085-18/+19
* 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