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-keymgr
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
*
|
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
*
|
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
4
-49
/
+12
*
|
keymgr: Add a new trait for cert specifier patterns
Gabriela Moldovan
2026-03-12
2
-0
/
+31
*
|
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
*
|
|
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
|
/
/
*
|
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-15
/
+15
*
|
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-2
/
+2
*
|
keymgr: Port to derive_deftly(TorConfig)
Nick Mathewson
2026-02-24
1
-44
/
+33
*
|
keymgr: Extend d-d helper to derive KeyCertificateSpecifiers
Gabriela Moldovan
2026-02-17
1
-0
/
+71
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
|
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
|
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-15
/
+15
*
|
Merge branch 'main' into 'main'
gabi-250
2026-02-02
1
-1
/
+1
|
\
\
|
*
|
fix(minver): Update paste dependency to be minver compatible
Samuel Cobb
2026-01-26
1
-1
/
+1
*
|
|
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
|
/
/
*
|
meta: Remove all semver.md files post-release
Clara Engler
2026-01-13
1
-5
/
+0
*
|
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-15
/
+15
*
|
keymgr: Remove redundant field name in struct init
Gabriela Moldovan
2026-01-06
1
-1
/
+1
*
|
keymgr: Add tests for the unhappy path of from_ctor_path()
Gabriela Moldovan
2026-01-06
1
-2
/
+34
*
|
keymgr: Derive PartialEq for CTorPathError
Gabriela Moldovan
2026-01-06
1
-1
/
+1
[prev]
[next]