aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc/build/outer.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* tor-netdoc: encoder: Rename .object() method to .object_bytesIan Jackson2026-03-311-2/+2
* Apply deferred rustfmt churnIan Jackson2025-11-101-1/+1
* tor-netdoc: Rename the `build` module to `encode`Ian Jackson2025-11-101-1/+1
* 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-1/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* llcrypto: Remove redundant re-exports in keymanip.Nick Mathewson2023-11-291-1/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-3/+4
* Remove a broken rustdoc link and fix a typo.Nick Mathewson2023-10-271-3/+0
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-251-4/+3
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-251-6/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-251-15/+16
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-251-12/+4
* tor-dirclient, tor-netdoc: Add TODO SPECs.Gabriela Moldovan2023-10-241-0/+3
* tor-netdoc: Use an unpadded base64 encoding for the signature.Gabriela Moldovan2023-10-241-3/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-161-1/+1
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-181-6/+5
* 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-111-1/+2
|/
* Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-301-3/+3
|\
| * Fix broken doc link.Gabriela Moldovan2023-03-271-3/+3
* | Remove hard-coded test certs.Gabriela Moldovan2023-03-271-7/+8
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-271-2/+4
* | 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-241-24/+21
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-241-4/+3
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-241-51/+33
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-241-1/+1
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-0/+183