summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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-252-1/+37
* | Increment crate versions.Nick Mathewson2023-05-031-11/+11
|/
* 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
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-2/+2
* Merge branch 'remove-hsdesc-todo' into 'main'Ian Jackson2023-04-121-3/+0
|\
| * Remove misleading TODO.Gabriela Moldovan2023-04-111-3/+0
* | Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* | tor-netdoc: Tidy up and fix some broken intra-doc linksIan Jackson2023-04-112-3/+5
|/
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-056-25/+39
* tor-netdoc: Fix feature buildsIan Jackson2023-04-054-5/+8
* Generate a new KP_hss_desc_enc keypair for each new descriptor.Gabriela Moldovan2023-03-312-33/+51
* Remove unnecessary test constant.Gabriela Moldovan2023-03-312-14/+8