summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/hsdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
|/
* 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
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-051-19/+29
* tor-netdoc: Fix feature buildsIan Jackson2023-04-051-0/+1
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-21/+21
* Fix typosDimitris Apostolou2023-03-031-1/+1
* tor-netdoc: Validate inner certs in HsDescNick Mathewson2023-03-011-16/+32
* Apply a missing cfg_attr(docsrs...) in netdocNick Mathewson2023-02-211-0/+1
* tor-netdoc: Use UnparsedLinkSpec in IntroPointDesc.Nick Mathewson2023-02-171-9/+2
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-141-0/+3
* netdoc: give hsdesc test info in its original form.Nick Mathewson2023-02-131-1/+5
* netdoc: Add a test for HSDesc decryption.Nick Mathewson2023-02-101-0/+63
* hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-081-4/+13
* netdoc: Fix most "TODO HS rename" commentsNick Mathewson2023-02-081-6/+4
* netdoc::hsdesc: Distinguish layer from document.Nick Mathewson2023-02-081-36/+30
* netdoc::hsdesc: Rename "layer" modules.Nick Mathewson2023-02-081-12/+11
* netdoc::hsdesc: Excise reference to "password" authenticationNick Mathewson2023-02-081-2/+0
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-7/+8
* Rename key identifiers that have changed in the specNick Mathewson2023-02-081-3/+3
* netdoc: Add a comment about renaming layer to document.Nick Mathewson2023-02-071-0/+9
* netdoc::hsdesc: rename Passwd to Password.Nick Mathewson2023-02-071-1/+1
* netdoc: Rename/comment objects from hsdesc.Nick Mathewson2023-02-071-9/+15
* netdoc: Rename/comment objects from inner_layer.Nick Mathewson2023-02-071-3/+9
* netdoc: Rename/comment objects from middle_layer.Nick Mathewson2023-02-071-1/+1
* netdoc: Try to add a bunch of clarifying documentation.Nick Mathewson2023-02-071-7/+16
* netdoc: Clear up a few typos in hsdesc comments and strings.Nick Mathewson2023-02-071-4/+4
* netdoc: Implement onion service descriptor parsers.Nick Mathewson2023-02-071-31/+179
* netdoc: Parse the inner layer of an onion service descriptor.Nick Mathewson2023-02-071-0/+3
* netdoc: Parse the middle layer of a hsdesc, and decrypt it.Nick Mathewson2023-02-071-0/+1
* netdoc: move test descriptor to a higher level test moduleNick Mathewson2023-02-071-0/+9
* netdoc: Parser for outer layer of onion service descriptors.Nick Mathewson2023-02-071-0/+1
* netdoc: Derive Debug and Clone on HsDesc and its kin.Nick Mathewson2023-02-071-0/+3
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-061-0/+186