aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-222-1/+2
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-223-37/+124
* Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-222-1/+9
|\
| * Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-212-1/+9
* | Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\ \
| * | lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
| |/
* | netdoc: downgrade two accessor-related TODOsNick Mathewson2023-06-201-4/+1
* | netdoc: Use derive amplify::Getters for HsDesc accessors.Nick Mathewson2023-06-202-46/+9
|/
* 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-162-6/+4
* 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::build remove very broken example.Nick Mathewson2023-06-161-20/+3
* netdoc: Remove a TODO that we already solved.Nick Mathewson2023-06-161-1/+0
* netdoc::build: remove or narrow `allow`s.Nick Mathewson2023-06-141-12/+4
* Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-072-0/+34
|\
| * netdir, netdoc: Add accessors for protocol version status.Nick Mathewson2023-06-062-0/+34
* | 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
* | Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-062-4/+7
|\ \ | |/ |/|
| * tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-012-4/+7
* | Remove semver.md files from 1.1.5Nick Mathewson2023-06-011-1/+0
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-12/+12
|/
* Upgrade serde_with dependency to 3.0.0Nick Mathewson2023-05-221-1/+1
* netdoc, hsclient: Update remaining ed25519::SecretKey usersNick Mathewson2023-05-182-20/+17
* Merge branch 'ticket_759' into 'main'Nick Mathewson2023-05-163-4/+4
|\
| * Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-163-4/+4
* | Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-4/+9
* | Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* | Reformat Cargo.toml files.Nick Mathewson2023-05-151-7/+14
* | Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-6/+7
|/
* Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-132-6/+7
* netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-132-11/+25
* 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
* netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-113-5/+5
* 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-102-4/+0
* | netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-1017-43/+42
|/
* Merge branch 'hsdesc-parse-decrypt-validate' into 'main'gabi-2502023-05-032-1/+75
|\
| * netdoc: Mark parse_decrypt_validate as experimental.Gabriela Moldovan2023-05-022-0/+6