summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-4/+3
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-161-2/+1
* netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-161-3/+6
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-181-14/+12
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-131-3/+4
* 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