| Commit message (Expand) | Author | Age | Files | Lines |
| * | netdoc, hsservice: Respect maximum descriptor sizes | Nick Mathewson | 2025-07-10 | 1 | -2/+17 |
| * | Resolve clippy warnings from 1.83 | Nick Mathewson | 2025-05-13 | 1 | -1/+1 |
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -1/+1 |
| * | PoW: Consolidate feature flags into a single flag. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -2/+2 |
| * | tor-netdoc: Don't include pow_params in HsDesc when feature is disabled. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -0/+2 |
| * | tor-netdoc: Support writing pow-params line. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -0/+5 |
| * | tor-netdoc: Wrap some too-long comments and docs. | Gabriela Moldovan | 2024-10-03 | 1 | -1/+2 |
| * | tor-netdoc: Use the new "restricted discovery" terminology. | Gabriela Moldovan | 2024-10-03 | 1 | -12/+12 |
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| * | tor-netdoc: Downgrade some TODO HSS to TODO. | Gabriela Moldovan | 2024-01-11 | 1 | -1/+1 |
| * | tor-netdoc: Make HsDescBuilder::auth_clients take an Option. | Gabriela Moldovan | 2023-12-14 | 1 | -11/+18 |
| * | llcrypto: Hide the members of ExpandedKeypair. | Nick Mathewson | 2023-11-29 | 1 | -3/+3 |
| * | llcrypto: Remove redundant re-exports in keymanip. | Nick Mathewson | 2023-11-29 | 1 | -2/+1 |
| * | Remove RngCompatExt. | Nick Mathewson | 2023-11-29 | 1 | -6/+3 |
| * | Convert to the latest versions of dalek-cryptography | Nick Mathewson | 2023-11-29 | 1 | -7/+7 |
| * | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs. | Gabriela Moldovan | 2023-10-30 | 1 | -3/+3 |
| * | tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>. | Gabriela Moldovan | 2023-10-25 | 1 | -5/+3 |
| * | tor-netdoc: Change return type of create_desc_sign_key_cert. | Gabriela Moldovan | 2023-10-25 | 1 | -6/+3 |
| * | tor-netdoc: Building a descriptor now only requires the public part of blinde... | Gabriela Moldovan | 2023-10-25 | 1 | -8/+10 |
| * | tor-netdoc: Remove now-unused blinded_id field. | Gabriela Moldovan | 2023-10-25 | 1 | -1/+0 |
| * | tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ... | Gabriela Moldovan | 2023-10-25 | 1 | -6/+16 |
| * | tor-netdoc: Add helper function for computing the descriptor signing key cert. | Gabriela Moldovan | 2023-10-25 | 1 | -2/+29 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ... | Gabriela Moldovan | 2023-09-25 | 1 | -1/+1 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S... | Gabriela Moldovan | 2023-09-25 | 1 | -7/+6 |
| * | Merge branch 'clippy' into 'main' | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| |\ |
|
| | * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| * | | tor-netdoc: Fix clippy lints. | Gabriela Moldovan | 2023-08-23 | 1 | -1/+1 |
| * | | tor-netdoc: Remove redundant `IntroPointDesc` struct. | Gabriela Moldovan | 2023-08-23 | 1 | -3/+11 |
| |/ |
|
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| * | Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2 | pinkforest | 2023-06-27 | 1 | -4/+3 |
| * | netdoc::doc::hsdesc changes to let us downgrade/remove allows | Nick Mathewson | 2023-06-16 | 1 | -2/+1 |
| * | netdoc: downgrade some TODO HS to TODO HSS. | Nick Mathewson | 2023-06-16 | 1 | -3/+6 |
| * | netdoc, hsclient: Update remaining ed25519::SecretKey users | Nick Mathewson | 2023-05-18 | 1 | -14/+12 |
| * | Use non-deprecated *Secret::random_from_rng. | Nick Mathewson | 2023-05-13 | 1 | -3/+4 |
| * | Generate a new KP_hss_desc_enc keypair for each new descriptor. | Gabriela Moldovan | 2023-03-31 | 1 | -30/+48 |
| * | Remove unnecessary test constant. | Gabriela Moldovan | 2023-03-31 | 1 | -7/+3 |
| * | Add an encode-decode test for descriptors with client auth. | Gabriela Moldovan | 2023-03-31 | 1 | -23/+96 |
| * | Use constants instead of magic numbers. | Gabriela Moldovan | 2023-03-31 | 1 | -6/+10 |
| * | Stop requiring the caller to supply `AuthClient`s. | Gabriela Moldovan | 2023-03-31 | 1 | -17/+13 |
| * | Remove hard-coded test certs. | Gabriela Moldovan | 2023-03-27 | 1 | -43/+23 |
| * | Make the HS encoder randomness source injectable. | Gabriela Moldovan | 2023-03-27 | 1 | -15/+17 |
| * | Use the type system to enforce use of blinded keys. | Gabriela Moldovan | 2023-03-27 | 1 | -17/+14 |
| * | Use transparent structs instead of builders. | Gabriela Moldovan | 2023-03-24 | 1 | -25/+28 |
| * | Remove `NetdocText` and replace its uses with `String`. | Gabriela Moldovan | 2023-03-24 | 1 | -3/+2 |
| * | Create a new `IntroPointDesc` type. | Gabriela Moldovan | 2023-03-24 | 1 | -8/+9 |
| * | Use the less ambiguous inner/middle/outer terminology. | Gabriela Moldovan | 2023-03-24 | 1 | -15/+17 |
| * | Add builder for encoding hidden service descriptors. | Gabi Moldovan | 2023-03-24 | 1 | -0/+384 |