| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | tor-hspow: Big refactor, dissolve this crate | Wesley Aptekar-Cassels | 2024-10-09 | 3 | -34/+57 |
| * | First pass at implementing onion proof-of-work client | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -1/+1 |
| * | tor-netdoc: Add parsing support for pow-params. | Wesley Aptekar-Cassels | 2024-10-09 | 2 | -0/+110 |
| * | tor-netdoc: Wrap some too-long comments and docs. | Gabriela Moldovan | 2024-10-03 | 3 | -4/+7 |
| * | tor-netdoc: Use the new "restricted discovery" terminology. | Gabriela Moldovan | 2024-10-03 | 4 | -20/+20 |
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 8 | -0/+8 |
| * | Fix typos in doc comments | Tobias Stoeckmann | 2024-03-06 | 1 | -1/+1 |
| * | Fix typos in comments | Tobias Stoeckmann | 2024-03-06 | 1 | -1/+1 |
| * | hsdesc: Document why enc_key_cert signbit is always zero. | Nick Mathewson | 2024-01-16 | 2 | -6/+14 |
| * | tor-netdoc: Turn a TODO HSS into #1221. | Gabriela Moldovan | 2024-01-11 | 1 | -1/+2 |
| * | tor-netdoc: Downgrade some TODO HSS to TODO. | Gabriela Moldovan | 2024-01-11 | 2 | -2/+2 |
| * | 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 | 2 | -3/+2 |
| * | Remove RngCompatExt. | Nick Mathewson | 2023-11-29 | 4 | -15/+8 |
| * | Convert to the latest versions of dalek-cryptography | Nick Mathewson | 2023-11-29 | 4 | -15/+16 |
| * | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt). | Gabriela Moldovan | 2023-10-30 | 1 | -17/+21 |
| * | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs. | Gabriela Moldovan | 2023-10-30 | 2 | -15/+16 |
| * | Remove a broken rustdoc link and fix a typo. | Nick Mathewson | 2023-10-27 | 1 | -3/+0 |
| * | tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>. | Gabriela Moldovan | 2023-10-25 | 3 | -11/+8 |
| * | 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 | 2 | -7/+0 |
| * | tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ... | Gabriela Moldovan | 2023-10-25 | 2 | -21/+32 |
| * | tor-netdoc: Add helper function for computing the descriptor signing key cert. | Gabriela Moldovan | 2023-10-25 | 2 | -14/+33 |
| * | tor-dirclient, tor-netdoc: Add TODO SPECs. | Gabriela Moldovan | 2023-10-24 | 1 | -0/+3 |
| * | tor-netdoc: Use an unpadded base64 encoding for the signature. | Gabriela Moldovan | 2023-10-24 | 1 | -3/+3 |
| * | Explain why we are sorting intro points. | Nick Mathewson | 2023-10-16 | 1 | -0/+7 |
| * | Sort introduction point lists by ntor public key. | Neel Chauhan | 2023-10-16 | 1 | -16/+18 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ... | Gabriela Moldovan | 2023-09-25 | 2 | -2/+2 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S... | Gabriela Moldovan | 2023-09-25 | 2 | -8/+7 |
| * | Merge branch 'clippy' into 'main' | Ian Jackson | 2023-08-23 | 8 | -0/+8 |
| |\ |
|
| | * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 8 | -0/+8 |
| * | | tor-netdoc: Fix clippy lints. | Gabriela Moldovan | 2023-08-23 | 2 | -6/+6 |
| * | | tor-netdoc: Remove redundant `IntroPointDesc` struct. | Gabriela Moldovan | 2023-08-23 | 2 | -33/+13 |
| |/ |
|
| * | Merge branch 'explain_952_fix' into 'main' | Nick Mathewson | 2023-07-11 | 1 | -0/+3 |
| |\ |
|
| | * | Explain the code for the #952 fix. | Nick Mathewson | 2023-07-10 | 1 | -0/+3 |
| * | | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 8 | -0/+8 |
| |/ |
|
| * | be more lenient while parsing inner hs desc | trinity-1686a | 2023-07-07 | 1 | -1/+6 |
| * | tor-netdoc: Placate clippy (fmt) | Ian Jackson | 2023-06-28 | 1 | -2/+1 |
| * | tor-netdoc: Placate clippy | Ian Jackson | 2023-06-28 | 1 | -2/+1 |
| * | tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt) | Ian Jackson | 2023-06-28 | 1 | -9/+18 |
| * | tor-netdoc: Test hsdescs inners with a variety of IPT counts | Ian Jackson | 2023-06-28 | 1 | -0/+33 |
| * | tor-netdoc: hsdesc: Disregard intro points after the MAX'th | Ian Jackson | 2023-06-28 | 1 | -7/+18 |
| * | tor-netdoc: Reject hsdescs with no intro points | Ian Jackson | 2023-06-28 | 1 | -0/+13 |
| * | Conditionalise an import | Ian Jackson | 2023-06-28 | 1 | -0/+1 |
| * | Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2 | pinkforest | 2023-06-27 | 2 | -7/+6 |
| * | netdoc: Remove dead_code exception; add accessors. | Nick Mathewson | 2023-06-26 | 1 | -2/+1 |
| * | netdoc: change a TODO HS about a distinguisher to a NOTE. | Nick Mathewson | 2023-06-26 | 1 | -4/+7 |
| * | netdoc: replace a test TODO with a reference to other tests | Nick Mathewson | 2023-06-26 | 1 | -1/+8 |