summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'enc_key_cert_signbit' into 'main'Nick Mathewson2024-01-172-6/+14
|\
| * hsdesc: Document why enc_key_cert signbit is always zero.Nick Mathewson2024-01-162-6/+14
* | RouterStatus: Add test functions for Fast and Stable flags.Nick Mathewson2024-01-161-0/+8
|/
* tor-netdoc: Turn a TODO HSS into #1221.Gabriela Moldovan2024-01-111-1/+2
* tor-netdoc: Downgrade some TODO HSS to TODO.Gabriela Moldovan2024-01-112-2/+2
* 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-292-3/+2
* Remove RngCompatExt.Nick Mathewson2023-11-294-15/+8
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-294-15/+16
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).Gabriela Moldovan2023-10-301-17/+21
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-302-15/+16
* 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-253-11/+8
* 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-252-7/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-252-21/+32
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-253-15/+34
* 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
* Explain why we are sorting intro points.Nick Mathewson2023-10-161-0/+7
* Sort introduction point lists by ntor public key.Neel Chauhan2023-10-161-16/+18
* tor-netdoc: Remove outdated note.Gabriela Moldovan2023-09-251-4/+0
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-253-6/+6
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-253-13/+12
* tor-netdoc: "testing" feature: Provide test_parsed_hsdescIan Jackson2023-09-181-12/+20
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt)Ian Jackson2023-09-181-4/+1
* tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_IDIan Jackson2023-09-181-3/+9
* tor-netdoc: provide a IntroPointDescBuilder (fmt)Ian Jackson2023-08-291-2/+1
* tor-netdoc: provide a IntroPointDescBuilderIan Jackson2023-08-291-0/+13
* Merge branch 'clippy' into 'main'Ian Jackson2023-08-2316-0/+16
|\
| * Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2316-0/+16
* | tor-netdoc: Fix clippy lints.Gabriela Moldovan2023-08-232-6/+6
* | tor-netdoc: Remove redundant `IntroPointDesc` struct.Gabriela Moldovan2023-08-232-33/+13
|/
* Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\
| * Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1016-0/+16
|/
* be more lenient while parsing inner hs desctrinity-1686a2023-07-071-1/+6
* Fix a rustdoc link.Nick Mathewson2023-06-291-1/+1
* Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-292-6/+74
|\
| * tor-netdoc: Placate clippy (fmt)Ian Jackson2023-06-281-2/+1
| * tor-netdoc: Placate clippyIan Jackson2023-06-281-2/+1
| * tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt)Ian Jackson2023-06-281-9/+18
| * tor-netdoc: Test hsdescs inners with a variety of IPT countsIan Jackson2023-06-281-0/+33
| * tor-netdoc: hsdesc: Disregard intro points after the MAX'thIan Jackson2023-06-282-7/+19
| * tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-282-0/+16
* | netdir: Move voting_period() to netdoc::LifetimeNick Mathewson2023-06-291-0/+12
|/
* Conditionalise an importIan Jackson2023-06-281-0/+1
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-272-7/+6