summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1016-43/+41
|/
* 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
* 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
* | 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-055-23/+33
* tor-netdoc: Fix feature buildsIan Jackson2023-04-053-3/+6
* 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
* Add an encode-decode test for descriptors with client auth.Gabriela Moldovan2023-03-311-23/+96
* Use constants instead of magic numbers.Gabriela Moldovan2023-03-311-6/+10
* Stop requiring the caller to supply `AuthClient`s.Gabriela Moldovan2023-03-314-102/+151
* Merge branch 'fix-broken-doc-links' into 'main'Nick Mathewson2023-03-302-5/+5
|\
| * Fix broken doc link.Gabriela Moldovan2023-03-272-5/+5
* | Remove hard-coded test certs.Gabriela Moldovan2023-03-274-98/+86
* | Make the HS encoder randomness source injectable.Gabriela Moldovan2023-03-275-50/+46
* | Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-272-25/+37
|/
* Use transparent structs instead of builders.Gabriela Moldovan2023-03-244-100/+95
* Refactor the inner doc tests to be more DRY.Gabriela Moldovan2023-03-241-53/+55
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-246-66/+21
* Remove some unnecessary visibility restrictions.Gabriela Moldovan2023-03-243-130/+74
* Create a new `IntroPointDesc` type.Gabriela Moldovan2023-03-242-21/+55
* Use the less ambiguous inner/middle/outer terminology.Gabriela Moldovan2023-03-243-17/+19
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-2411-40/+1263
* Define constants for `AuthClient` field lengths.Gabriela Moldovan2023-03-242-7/+19
* Implement `ItemArgument` for `String`.Gabriela Moldovan2023-03-241-0/+6
* Turn two blocking TODOs in hsdesc into "TODO HS"Ian Jackson2023-03-212-2/+2
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-0/+1
* Fix typosDimitris Apostolou2023-03-031-1/+1
* tor-netdoc: Clarify that we must indeed check cert expiration.Nick Mathewson2023-03-011-3/+1
* tor-netdoc: Validate inner certs in HsDescNick Mathewson2023-03-013-82/+199
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-283-5/+5
* Apply a missing cfg_attr(docsrs...) in netdocNick Mathewson2023-02-211-0/+1