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
*
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
8
-0
/
+8
|
\
|
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
8
-0
/
+8
*
|
tor-netdoc: Fix clippy lints.
Gabriela Moldovan
2023-08-23
2
-6
/
+6
*
|
tor-netdoc: Remove redundant `IntroPointDesc` struct.
Gabriela Moldovan
2023-08-23
2
-33
/
+13
|
/
*
Merge branch 'explain_952_fix' into 'main'
Nick Mathewson
2023-07-11
1
-0
/
+3
|
\
|
*
Explain the code for the #952 fix.
Nick Mathewson
2023-07-10
1
-0
/
+3
*
|
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
8
-0
/
+8
|
/
*
be more lenient while parsing inner hs desc
trinity-1686a
2023-07-07
1
-1
/
+6
*
tor-netdoc: Placate clippy (fmt)
Ian Jackson
2023-06-28
1
-2
/
+1
*
tor-netdoc: Placate clippy
Ian Jackson
2023-06-28
1
-2
/
+1
*
tor-netdoc: Test hsdescs inners with a variety of IPT counts (fmt)
Ian Jackson
2023-06-28
1
-9
/
+18
*
tor-netdoc: Test hsdescs inners with a variety of IPT counts
Ian Jackson
2023-06-28
1
-0
/
+33
*
tor-netdoc: hsdesc: Disregard intro points after the MAX'th
Ian Jackson
2023-06-28
1
-7
/
+18
*
tor-netdoc: Reject hsdescs with no intro points
Ian Jackson
2023-06-28
1
-0
/
+13
*
Conditionalise an import
Ian Jackson
2023-06-28
1
-0
/
+1
*
Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2
pinkforest
2023-06-27
2
-7
/
+6
*
netdoc: Remove dead_code exception; add accessors.
Nick Mathewson
2023-06-26
1
-2
/
+1
*
netdoc: change a TODO HS about a distinguisher to a NOTE.
Nick Mathewson
2023-06-26
1
-4
/
+7
*
netdoc: replace a test TODO with a reference to other tests
Nick Mathewson
2023-06-26
1
-1
/
+8
*
netdoc: fill in some test data
Nick Mathewson
2023-06-23
3
-10
/
+34
*
netdoc: Introduce HsDescError
Nick Mathewson
2023-06-22
1
-3
/
+10
*
hsdesc.rs: finally remove "allows".
Nick Mathewson
2023-06-16
1
-12
/
+8
*
netdoc::doc::hsdesc changes to let us downgrade/remove allows
Nick Mathewson
2023-06-16
5
-6
/
+5
*
netdoc: unmark MAC_KEY_LEN as conjectural.
Nick Mathewson
2023-06-16
1
-1
/
+1
*
netdoc: remove a TODO about moving a module to where it already is.
Nick Mathewson
2023-06-16
1
-2
/
+0
*
netdoc: use ct_lookup for rend descriptor cookie lookup
Nick Mathewson
2023-06-16
1
-6
/
+3
*
netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPE
Nick Mathewson
2023-06-16
1
-2
/
+3
*
netdoc: downgrade some TODO HS to TODO HSS.
Nick Mathewson
2023-06-16
2
-7
/
+10
*
tor-netdoc: remove use of arrayref.
Nick Mathewson
2023-06-01
1
-3
/
+7
*
netdoc, hsclient: Update remaining ed25519::SecretKey users
Nick Mathewson
2023-05-18
2
-20
/
+17
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
2
-2
/
+2
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
2
-6
/
+7
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
3
-4
/
+4
*
Merge branch 'remove-hsdesc-todo' into 'main'
Ian Jackson
2023-04-12
1
-3
/
+0
|
\
|
*
Remove misleading TODO.
Gabriela Moldovan
2023-04-11
1
-3
/
+0
*
|
tor-netdoc: Tidy up and fix some broken intra-doc links
Ian Jackson
2023-04-11
2
-3
/
+5
|
/
*
tor-netdoc: Expose test data under new "testing" feature flag
Ian Jackson
2023-04-05
4
-4
/
+4
*
tor-netdoc: Fix feature builds
Ian Jackson
2023-04-05
1
-1
/
+1
*
Generate a new KP_hss_desc_enc keypair for each new descriptor.
Gabriela Moldovan
2023-03-31
2
-33
/
+51
*
Remove unnecessary test constant.
Gabriela Moldovan
2023-03-31
2
-14
/
+8
*
Add an encode-decode test for descriptors with client auth.
Gabriela Moldovan
2023-03-31
1
-23
/
+96
*
Use constants instead of magic numbers.
Gabriela Moldovan
2023-03-31
1
-6
/
+10
*
Stop requiring the caller to supply `AuthClient`s.
Gabriela Moldovan
2023-03-31
4
-102
/
+151
*
Merge branch 'fix-broken-doc-links' into 'main'
Nick Mathewson
2023-03-30
2
-5
/
+5
|
\
|
*
Fix broken doc link.
Gabriela Moldovan
2023-03-27
2
-5
/
+5
*
|
Remove hard-coded test certs.
Gabriela Moldovan
2023-03-27
4
-98
/
+86
*
|
Make the HS encoder randomness source injectable.
Gabriela Moldovan
2023-03-27
4
-49
/
+44
*
|
Use the type system to enforce use of blinded keys.
Gabriela Moldovan
2023-03-27
2
-25
/
+37
|
/
*
Use transparent structs instead of builders.
Gabriela Moldovan
2023-03-24
4
-100
/
+95
*
Refactor the inner doc tests to be more DRY.
Gabriela Moldovan
2023-03-24
1
-53
/
+55
[next]