summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-311-30/+48
* Remove unnecessary test constant.Gabriela Moldovan2023-03-311-7/+3
* 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-311-17/+13
* Remove hard-coded test certs.Gabriela Moldovan2023-03-271-43/+23
* Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-271-15/+17
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-17/+14
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-241-25/+28
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-241-3/+2
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-241-8/+9
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-241-15/+17
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-0/+384