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
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdoc: Remove a TODO hs comment.
Nick Mathewson
2023-02-17
1
-1
/
+0
*
tor-netdoc: Run rustfmt (separately from the refactoring)
Ian Jackson
2023-02-15
1
-2
/
+2
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
3
-6
/
+3
*
netdoc: Add a feature to expose hsdesc inner doc parsers
Nick Mathewson
2023-02-14
3
-0
/
+7
*
batching_split_before: Rename "prefix" to "header"
Ian Jackson
2023-02-13
1
-1
/
+1
*
tor-netdoc: Use batching_split_before in HsDescInner
Ian Jackson
2023-02-10
1
-25
/
+10
*
Rename DescEncNonce => HsDescEncNonce
Nick Mathewson
2023-02-09
2
-4
/
+4
*
hsdesc: Use an IntegerMinutes<u16> to hold lifetime.
Nick Mathewson
2023-02-08
1
-5
/
+5
*
netdoc: Fix most "TODO HS rename" comments
Nick Mathewson
2023-02-08
3
-10
/
+10
*
netdoc::hsdesc: Distinguish layer from document.
Nick Mathewson
2023-02-08
4
-32
/
+32
*
netdoc::hsdesc: Rename "layer" modules.
Nick Mathewson
2023-02-08
3
-3
/
+3
*
netdoc::hsdesc: Excise reference to "password" authentication
Nick Mathewson
2023-02-08
1
-1
/
+1
*
hscrypto,netdoc: Add and use a type for KP_hss_desc_enc.
Nick Mathewson
2023-02-08
1
-5
/
+5
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
4
-11
/
+11
*
Rename DescriptorCookie to DescEncNonce
Nick Mathewson
2023-02-08
3
-16
/
+15
*
Renaming cleanup for and around now-renamed "KP_hs_desc_ephem".
Nick Mathewson
2023-02-08
1
-8
/
+5
*
Rename key identifiers that have changed in the spec
Nick Mathewson
2023-02-08
2
-9
/
+9
*
Fix typo
Dimitris Apostolou
2023-02-08
1
-1
/
+1
*
Update hsdesc parser code to new sectionrules::builder code.
Nick Mathewson
2023-02-07
3
-8
/
+8
*
netdoc::hsdesc: rename Passwd to Password.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
netdoc: Rename/comment objects from inner_layer.
Nick Mathewson
2023-02-07
1
-20
/
+38
*
netdoc: Rename/comment objects from middle_layer.
Nick Mathewson
2023-02-07
3
-18
/
+27
*
netdoc: Rename/comment objects from desc_enc
Nick Mathewson
2023-02-07
3
-21
/
+36
*
netdoc: Renaming and comments in outer_layer.
Nick Mathewson
2023-02-07
1
-8
/
+13
*
netdoc: Use Itertools::exactly_once in hsdesc parsing
Nick Mathewson
2023-02-07
1
-4
/
+7
*
netdoc: Remove useless should_be_exhausted calls.
Nick Mathewson
2023-02-07
3
-3
/
+0
*
Remove a needless line.
Nick Mathewson
2023-02-07
1
-1
/
+0
*
Even more clarifying comments.
Nick Mathewson
2023-02-07
3
-8
/
+14
*
netdoc: Try to add a bunch of clarifying documentation.
Nick Mathewson
2023-02-07
4
-21
/
+71
*
netdoc: Use Signature::from to construct ed25519 sigs.
Nick Mathewson
2023-02-07
1
-2
/
+6
*
netdoc: Clear up a few typos in hsdesc comments and strings.
Nick Mathewson
2023-02-07
1
-2
/
+2
*
netdoc: Implement onion service descriptor parsers.
Nick Mathewson
2023-02-07
1
-14
/
+4
*
netdoc: Parse the inner layer of an onion service descriptor.
Nick Mathewson
2023-02-07
1
-0
/
+349
*
netdoc: Add a workaround for C Tor's lack of mid-layer NL
Nick Mathewson
2023-02-07
2
-2
/
+6
*
netdoc: Parse the middle layer of a hsdesc, and decrypt it.
Nick Mathewson
2023-02-07
2
-0
/
+258
*
netdoc: Use correct size for descriptor encryption cookie
Nick Mathewson
2023-02-07
1
-2
/
+2
*
netdoc: move test descriptor to a higher level test module
Nick Mathewson
2023-02-07
1
-6
/
+3
*
netdoc: implement onion service descryptor encryption
Nick Mathewson
2023-02-07
2
-9
/
+221
*
netdoc: Parser for outer layer of onion service descriptors.
Nick Mathewson
2023-02-07
1
-0
/
+254
*
netdoc: Outline some basic types for encoding HsDescs.
Nick Mathewson
2023-01-06
1
-0
/
+47