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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
keymgr: Make make_certificate() a top-level function
Gabriela Moldovan
2026-03-12
1
-31
/
+32
*
|
|
|
keymgr: Add test for the auto-generated cert patterns
Gabriela Moldovan
2026-03-12
1
-0
/
+34
*
|
|
|
relay-crypto: Add test for cert specifier patterns
Gabriela Moldovan
2026-03-12
1
-1
/
+8
*
|
|
|
keymgr: Add new KeyMgr::get_cert_entry() API
Gabriela Moldovan
2026-03-12
1
-1
/
+70
*
|
|
|
keymgr: Remove old has_certificate() option
Gabriela Moldovan
2026-03-12
2
-52
/
+1
*
|
|
|
relay-crypto: Use the new CertSpecifier macro
Gabriela Moldovan
2026-03-12
2
-5
/
+13
*
|
|
|
keymgr: Add a new experimental CertSpecifier macro
Gabriela Moldovan
2026-03-12
1
-0
/
+303
*
|
|
|
keymgr: Move extract() out of parse_arti_path()
Gabriela Moldovan
2026-03-12
1
-41
/
+41
*
|
|
|
keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier() (fmt)
Gabriela Moldovan
2026-03-12
1
-3
/
+1
*
|
|
|
keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()
Gabriela Moldovan
2026-03-12
5
-61
/
+12
*
|
|
|
keymgr: Add a new trait for cert specifier patterns
Gabriela Moldovan
2026-03-12
2
-0
/
+31
|
/
/
/
*
|
|
Merge branch 'flags-url' into 'main'
Clara Engler
2026-03-12
1
-0
/
+3
|
\
\
\
|
*
|
|
tor-netdir: Add spec link to flag descriptions
Ian Jackson
2026-03-11
1
-0
/
+3
|
|
/
/
*
|
|
cert-x509: Generate TLS certs with RSA2048 subject keys
Nick Mathewson
2026-03-11
1
-4
/
+20
*
|
|
Merge branch 'anon-request' into 'main'
Ian Jackson
2026-03-11
1
-3
/
+44
|
\
\
\
|
*
|
|
tor-dirclient: Use US spelling
Ian Jackson
2026-03-11
1
-6
/
+6
|
*
|
|
tor-dirclient: Attempt to explain AnonymizedRequest
Ian Jackson
2026-03-11
1
-3
/
+44
|
|
/
/
*
|
|
Merge branch 'cert-denotators2' into 'main'
Ian Jackson
2026-03-11
4
-30
/
+143
|
\
\
\
|
*
|
|
keymgr: Do not elide leading empty denotator groups
Gabriela Moldovan
2026-03-05
1
-2
/
+5
|
*
|
|
keymgr: Replace literal value with constant
Gabriela Moldovan
2026-03-05
1
-1
/
+1
|
*
|
|
keymgr: Add test for paths with empty denotator groups (fmt)
Gabriela Moldovan
2026-03-05
1
-1
/
+4
|
*
|
|
keymgr: Add test for paths with empty denotator groups
Gabriela Moldovan
2026-03-05
1
-0
/
+12
|
*
|
|
keymgr: Add more tests for cert ArtiPath construction (fmt)
Gabriela Moldovan
2026-03-05
2
-9
/
+9
|
*
|
|
keymgr: Add more tests for cert ArtiPath construction
Gabriela Moldovan
2026-03-05
1
-2
/
+17
|
*
|
|
keymgr: Update cert ArtiPath building to use denotator groups
Gabriela Moldovan
2026-03-05
1
-7
/
+18
|
*
|
|
keymgr: Support having multiple denotator groups within an ArtiPath
Gabriela Moldovan
2026-03-05
2
-4
/
+14
|
*
|
|
keymgr: Move denotator group validation to a separate function
Gabriela Moldovan
2026-03-05
1
-3
/
+10
|
*
|
|
keymgr: Update ArtiPath docs with the new denotator rules
Gabriela Moldovan
2026-03-05
1
-3
/
+21
|
*
|
|
keymgr: Implement KeySpecifier for KeyCertificateSpecifiers
Gabriela Moldovan
2026-03-05
2
-5
/
+39
*
|
|
|
Merge branch 'netdir-exit-flag' into 'main'
Ian Jackson
2026-03-11
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
tor-netdir: Simply exit documentation
Clara Engler
2026-03-09
1
-7
/
+0
|
*
|
|
|
tor-netdir: Add is_flagged_exit() to RelayDetails
Clara Engler
2026-03-05
1
-0
/
+11
|
|
/
/
/
*
|
|
|
Merge branch 'rpc_stop_writing' into 'main'
Ian Jackson
2026-03-11
1
-0
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rpc: Actually call the stop_writing method when data is all written!
Nick Mathewson
2026-03-10
1
-0
/
+4
*
|
|
|
Merge branch 'keymgr-test-cleanup' into 'main'
David Goulet
2026-03-10
1
-212
/
+182
|
\
\
\
\
|
*
|
|
|
keymgr: Remove unnecessary TestItem building (fmt)
Gabriela Moldovan
2026-03-10
1
-1
/
+4
|
*
|
|
|
keymgr: Remove unnecessary TestItem building
Gabriela Moldovan
2026-03-10
1
-4
/
+1
|
*
|
|
|
keymgr: Remove unnecessary parentheses
Gabriela Moldovan
2026-03-10
1
-1
/
+1
|
*
|
|
|
keymgr: Replace .find(...).is_some() with .any() (fmt)
Gabriela Moldovan
2026-03-10
1
-9
/
+4
|
*
|
|
|
keymgr: Replace .find(...).is_some() with .any()
Gabriela Moldovan
2026-03-10
1
-3
/
+2
|
*
|
|
|
keymgr: Replace Result<> with type alias (fmt)
Gabriela Moldovan
2026-03-10
1
-5
/
+5
|
*
|
|
|
keymgr: Replace match with if let
Gabriela Moldovan
2026-03-10
1
-4
/
+1
|
*
|
|
|
keymgr: Replace Result<> with type alias (fmt)
Gabriela Moldovan
2026-03-10
1
-3
/
+5
|
*
|
|
|
keymgr: Replace Result<> with type alias
Gabriela Moldovan
2026-03-10
1
-1
/
+1
|
*
|
|
|
keymgr: Remove unnecessary type annotation
Gabriela Moldovan
2026-03-10
1
-4
/
+1
|
*
|
|
|
keymgr: Replace macro-generated Keystore impls with a single Keystore type (fmt)
Gabriela Moldovan
2026-03-10
1
-162
/
+156
|
*
|
|
|
keymgr: Replace macro-generated Keystore impls with a single Keystore type
Gabriela Moldovan
2026-03-10
1
-33
/
+22
|
*
|
|
|
keymgr: Move unrecognized entry building logic out of macro (fmt)
Gabriela Moldovan
2026-03-10
1
-22
/
+14
|
*
|
|
|
keymgr: Move unrecognized entry building logic out of macro
Gabriela Moldovan
2026-03-10
1
-29
/
+34
|
|
|
/
/
|
|
/
|
|
*
|
|
|
tor-dirserver: Require AuthCerts to make progress
Clara Engler
2026-03-09
1
-37
/
+54
[prev]
[next]