summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: Make HsDescBuilder::auth_clients take an Option.Gabriela Moldovan2023-12-141-11/+18
* llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-3/+3
* llcrypto: Remove redundant re-exports in keymanip.Nick Mathewson2023-11-291-2/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-6/+3
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-7/+7
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-301-3/+3
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-251-5/+3
* tor-netdoc: Change return type of create_desc_sign_key_cert.Gabriela Moldovan2023-10-251-6/+3
* tor-netdoc: Building a descriptor now only requires the public part of blinde...Gabriela Moldovan2023-10-251-8/+10
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-251-1/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-251-6/+16
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-251-2/+29
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-251-1/+1
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-251-7/+6
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-231-0/+1
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-231-1/+1
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-231-3/+11
|/
* 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