summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build
Commit message (Expand)AuthorAgeFilesLines
* 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-051-1/+1
* Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-311-3/+3
* Remove unnecessary test constant.Gabriela Moldovan2023-03-311-7/+5
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-311-52/+91
* 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-273-55/+63
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-273-34/+27
* | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-8/+23
|/
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-243-75/+67
* 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-243-13/+12
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-241-13/+46
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-242-2/+2
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-243-0/+806