summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc: remove final TODO HSNick Mathewson2023-06-261-1/+0
* netdoc: Downgrade TODO on EncryptedHsDesc::decryptNick Mathewson2023-06-261-2/+5
* netdoc: Remove "decrypted_with_id" as meaninglessNick Mathewson2023-06-261-26/+9
* netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-262-5/+36
* netdoc: change a TODO HS about a distinguisher to a NOTE.Nick Mathewson2023-06-261-4/+7
* netdoc: replace a test TODO with a reference to other testsNick Mathewson2023-06-261-1/+8
* netdoc: fill in some test dataNick Mathewson2023-06-234-11/+40
* hsdescerror: Add paragraph breaks to docs.Nick Mathewson2023-06-221-3/+11
* netdoc: Use a dev-dependency on anyhow to fix a doc exampleNick Mathewson2023-06-221-1/+1
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-222-29/+124
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-221-1/+1
|\
| * Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-211-1/+1
* | netdoc: downgrade two accessor-related TODOsNick Mathewson2023-06-201-4/+1
* | netdoc: Use derive amplify::Getters for HsDesc accessors.Nick Mathewson2023-06-201-46/+8
|/
* hsdesc.rs: finally remove "allows".Nick Mathewson2023-06-162-13/+9
* netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-166-10/+9
* netdoc: unmark MAC_KEY_LEN as conjectural.Nick Mathewson2023-06-161-1/+1
* SharedRandVal: Note that it doesn't have to be Ct.Nick Mathewson2023-06-161-2/+1
* netdoc: remove a TODO about moving a module to where it already is.Nick Mathewson2023-06-161-2/+0
* netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-6/+3
* netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPENick Mathewson2023-06-161-2/+3
* netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-162-7/+10
* netdoc: Remove a TODO that we already solved.Nick Mathewson2023-06-161-1/+0
* Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-071-0/+32
|\
| * netdir, netdoc: Add accessors for protocol version status.Nick Mathewson2023-06-061-0/+32
* | Merge branch 'access' into 'main'Alexander Færøy2023-06-061-4/+69
|\|
| * hsdesc: Add minimal set of accessors for HsDesc and IntroPointDescIan Jackson2023-06-051-0/+65
| * hsdesc docs: Don't imply that a thing has been done, which hasn't yetIan Jackson2023-06-051-1/+1
| * hsdesc docs: Use the definite articleIan Jackson2023-06-051-3/+3
* | tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-011-3/+7
|/
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-182-20/+17
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-163-4/+4
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-132-6/+7
* netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-131-11/+24
* netdoc: Do not consume EncryptedHsDesc when decrypting.Gabriela Moldovan2023-05-131-1/+1
* hsclient: Compute HsDesc validity time from the TimerangeBounds of its layers.Gabriela Moldovan2023-05-131-13/+16
* hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.Gabriela Moldovan2023-05-131-0/+7
* Merge branch 'hs-linkspec-work-v2' into 'main'Nick Mathewson2023-05-111-2/+2
|\
| * Rename UnparsedLinkSpec => EncodedLinkSpecNick Mathewson2023-05-101-2/+2
* | netdoc: Remove experimental-api gate from parse_decrypt_validate.Gabriela Moldovan2023-05-101-1/+0
* | netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-109-10/+10
|/
* netdoc: Mark parse_decrypt_validate as experimental.Gabriela Moldovan2023-05-021-0/+1
* netdoc: Document how to extract an `HsDesc` out of an `UncheckedEncryptedHsDe...Gabriela Moldovan2023-04-251-0/+32
* netdoc: Add a convenience method for HS descriptor parsing.Gabriela Moldovan2023-04-251-1/+30
* netdoc: Document that particular bit values for flags are not part of our API.Nick Mathewson2023-04-171-1/+3
* netstatus: re-number routerstatus flags to go in order.Nick Mathewson2023-04-171-7/+7
* netdir: more documentation on MIDDLE_ONLY flag.Nick Mathewson2023-04-172-0/+8
* netdoc: Add MiddleOnly flag to RelayFlagsjuga2023-04-172-0/+8
* Merge branch 'remove-hsdesc-todo' into 'main'Ian Jackson2023-04-121-3/+0
|\
| * Remove misleading TODO.Gabriela Moldovan2023-04-111-3/+0