index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
doc
/
hsdesc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdoc: Use the RangeBoundsExt impl of TimerangeBound.
Gabriela Moldovan
2023-05-13
1
-11
/
+24
*
netdoc: Do not consume EncryptedHsDesc when decrypting.
Gabriela Moldovan
2023-05-13
1
-1
/
+1
*
hsclient: Compute HsDesc validity time from the TimerangeBounds of its layers.
Gabriela Moldovan
2023-05-13
1
-13
/
+16
*
hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.
Gabriela Moldovan
2023-05-13
1
-0
/
+7
*
Merge branch 'hs-linkspec-work-v2' into 'main'
Nick Mathewson
2023-05-11
1
-2
/
+2
|
\
|
*
Rename UnparsedLinkSpec => EncodedLinkSpec
Nick Mathewson
2023-05-10
1
-2
/
+2
*
|
netdoc: Remove experimental-api gate from parse_decrypt_validate.
Gabriela Moldovan
2023-05-10
1
-1
/
+0
*
|
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
|
/
*
netdoc: Mark parse_decrypt_validate as experimental.
Gabriela Moldovan
2023-05-02
1
-0
/
+1
*
netdoc: Document how to extract an `HsDesc` out of an `UncheckedEncryptedHsDe...
Gabriela Moldovan
2023-04-25
1
-0
/
+32
*
netdoc: Add a convenience method for HS descriptor parsing.
Gabriela Moldovan
2023-04-25
1
-1
/
+30
*
tor-netdoc: Expose test data under new "testing" feature flag
Ian Jackson
2023-04-05
1
-19
/
+29
*
tor-netdoc: Fix feature builds
Ian Jackson
2023-04-05
1
-0
/
+1
*
Add builder for encoding hidden service descriptors.
Gabi Moldovan
2023-03-24
1
-21
/
+21
*
Fix typos
Dimitris Apostolou
2023-03-03
1
-1
/
+1
*
tor-netdoc: Validate inner certs in HsDesc
Nick Mathewson
2023-03-01
1
-16
/
+32
*
Apply a missing cfg_attr(docsrs...) in netdoc
Nick Mathewson
2023-02-21
1
-0
/
+1
*
tor-netdoc: Use UnparsedLinkSpec in IntroPointDesc.
Nick Mathewson
2023-02-17
1
-9
/
+2
*
netdoc: Add a feature to expose hsdesc inner doc parsers
Nick Mathewson
2023-02-14
1
-0
/
+3
*
netdoc: give hsdesc test info in its original form.
Nick Mathewson
2023-02-13
1
-1
/
+5
*
netdoc: Add a test for HSDesc decryption.
Nick Mathewson
2023-02-10
1
-0
/
+63
*
hsdesc: Use an IntegerMinutes<u16> to hold lifetime.
Nick Mathewson
2023-02-08
1
-4
/
+13
*
netdoc: Fix most "TODO HS rename" comments
Nick Mathewson
2023-02-08
1
-6
/
+4
*
netdoc::hsdesc: Distinguish layer from document.
Nick Mathewson
2023-02-08
1
-36
/
+30
*
netdoc::hsdesc: Rename "layer" modules.
Nick Mathewson
2023-02-08
1
-12
/
+11
*
netdoc::hsdesc: Excise reference to "password" authentication
Nick Mathewson
2023-02-08
1
-2
/
+0
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
1
-7
/
+8
*
Rename key identifiers that have changed in the spec
Nick Mathewson
2023-02-08
1
-3
/
+3
*
netdoc: Add a comment about renaming layer to document.
Nick Mathewson
2023-02-07
1
-0
/
+9
*
netdoc::hsdesc: rename Passwd to Password.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
netdoc: Rename/comment objects from hsdesc.
Nick Mathewson
2023-02-07
1
-9
/
+15
*
netdoc: Rename/comment objects from inner_layer.
Nick Mathewson
2023-02-07
1
-3
/
+9
*
netdoc: Rename/comment objects from middle_layer.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
netdoc: Try to add a bunch of clarifying documentation.
Nick Mathewson
2023-02-07
1
-7
/
+16
*
netdoc: Clear up a few typos in hsdesc comments and strings.
Nick Mathewson
2023-02-07
1
-4
/
+4
*
netdoc: Implement onion service descriptor parsers.
Nick Mathewson
2023-02-07
1
-31
/
+179
*
netdoc: Parse the inner layer of an onion service descriptor.
Nick Mathewson
2023-02-07
1
-0
/
+3
*
netdoc: Parse the middle layer of a hsdesc, and decrypt it.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
netdoc: move test descriptor to a higher level test module
Nick Mathewson
2023-02-07
1
-0
/
+9
*
netdoc: Parser for outer layer of onion service descriptors.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
netdoc: Derive Debug and Clone on HsDesc and its kin.
Nick Mathewson
2023-02-07
1
-0
/
+3
*
netdoc: Outline some basic types for encoding HsDescs.
Nick Mathewson
2023-01-06
1
-0
/
+186