aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-2/+2
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* netdoc: Add new capability negotiation pieces to hsdesc.Nick Mathewson2026-07-021-0/+23
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-9/+7
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-1/+1
* tor-netdoc: Port to web-time-compatNick Mathewson2026-03-261-1/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+7
* netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-101-2/+17
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-131-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-2/+2
* tor-netdoc: Don't include pow_params in HsDesc when feature is disabled.Wesley Aptekar-Cassels2024-11-251-0/+2
* tor-netdoc: Support writing pow-params line.Wesley Aptekar-Cassels2024-11-251-0/+5
* tor-netdoc: Wrap some too-long comments and docs.Gabriela Moldovan2024-10-031-1/+2
* tor-netdoc: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-12/+12
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-netdoc: Downgrade some TODO HSS to TODO.Gabriela Moldovan2024-01-111-1/+1
* 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