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
/
src
/
key_specifier.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-keymgr: Move ArtiPathError, KeystoreCorruptionError to err.rs.
Gabriela Moldovan
2023-11-21
1
-50
/
+1
*
tor-keymgr: Update ArtiPath docs.
Gabriela Moldovan
2023-11-20
1
-5
/
+9
*
tor-keymgr: Remove now-outdated TODO HSSs.
Gabriela Moldovan
2023-11-20
1
-6
/
+0
*
tor-keymgr: Support encoding more than one denotator in an ArtiPath.
Gabriela Moldovan
2023-11-20
1
-3
/
+74
*
tor-keymgr: Add TODO about possibly abolishing arti_pattern.
Gabriela Moldovan
2023-11-20
1
-0
/
+3
*
tor-keymgr: Make the arti_path_prefix() helper private.
Gabriela Moldovan
2023-11-20
1
-1
/
+1
*
tor-keymgr: Abolish the `role()` public key specifier function.
Gabriela Moldovan
2023-11-20
1
-9
/
+0
*
tor-keymgr: Use ${for fields} to count the number of denotators (fmt).
Gabriela Moldovan
2023-11-20
1
-5
/
+4
*
tor-keymgr: Use ${for fields} to count the number of denotators.
Gabriela Moldovan
2023-11-20
1
-8
/
+3
*
tor-keymgr: Refactor a commonly used condition into a defcond.
Gabriela Moldovan
2023-11-20
1
-5
/
+8
*
tor-keymgr: Apply review suggestions to various doc comments.
Gabriela Moldovan
2023-11-20
1
-5
/
+11
*
tor-keymgr: Do not require owned types in arti_pattern().
Gabriela Moldovan
2023-11-20
1
-3
/
+3
*
tor-keymgr: Suppress a confused clippy warning.
Gabriela Moldovan
2023-11-20
1
-0
/
+2
*
tor-keymgr: Remove unused macro.
Gabriela Moldovan
2023-11-20
1
-241
/
+0
*
tor-keymgr: Rewrite define_key_specifier using derive-adhoc (fmt).
Gabriela Moldovan
2023-11-20
1
-37
/
+36
*
tor-keymgr: Rewrite define_key_specifier using derive-adhoc.
Gabriela Moldovan
2023-11-20
1
-18
/
+147
*
tor-keymgr: Add tests for arti_prefix().
Gabriela Moldovan
2023-11-20
1
-0
/
+11
*
tor-keymgr: Add tests for arti_pattern().
Gabriela Moldovan
2023-11-20
1
-0
/
+15
*
tor-keymgr: Add missing backticks (fmt).
Gabriela Moldovan
2023-11-13
1
-1
/
+1
*
tor-keymgr: Clarify what ArtiPath are used for.
Gabriela Moldovan
2023-11-13
1
-1
/
+4
*
tor-keymgr: Add some doctests.
Gabriela Moldovan
2023-11-13
1
-0
/
+35
*
tor-keymgr: Abolish KeyPathPatternSet.
Gabriela Moldovan
2023-11-13
1
-52
/
+32
*
tor-keymgr: Add TODO about adding helper for implementing KeyDenotator.
Gabriela Moldovan
2023-11-02
1
-0
/
+2
*
tor-keymgr: Map all errors to KeystoreCorruptionError (fmt).
Gabriela Moldovan
2023-11-02
1
-4
/
+2
*
tor-keymgr: Map all errors to KeystoreCorruptionError.
Gabriela Moldovan
2023-11-02
1
-2
/
+2
*
tor-keymgr: Use KeystoreCorruptionError instead of internal!.
Gabriela Moldovan
2023-11-02
1
-3
/
+3
*
tor-keymgr: Add an error type for keystore corruption (fmt).
Gabriela Moldovan
2023-11-02
1
-2
/
+2
*
tor-keymgr: Add an error type for keystore corruption.
Gabriela Moldovan
2023-11-02
1
-1
/
+29
*
tor-keymgr: Use ArrayVec to avoid an unnecessary allocation.
Gabriela Moldovan
2023-11-02
1
-2
/
+3
*
tor-keymgr: Use parse() instead of from_str().
Gabriela Moldovan
2023-11-02
1
-5
/
+3
*
tor-keymgr: Add TODO about supporting multiple key denotators.
Gabriela Moldovan
2023-11-02
1
-0
/
+5
*
tor-keymgr: Add test for the KeyDenotator impl for TimePeriod.
Gabriela Moldovan
2023-11-02
1
-0
/
+11
*
tor-keymgr: Remove unused KeyDenotator::glob() function.
Gabriela Moldovan
2023-11-02
1
-11
/
+0
*
tor-keymgr: Add test for ArtiPath denotator validation.
Gabriela Moldovan
2023-11-02
1
-0
/
+22
*
tor-keymgr: Update the test for paths with `+` as a disallowed char.
Gabriela Moldovan
2023-11-02
1
-1
/
+9
*
tor-keymgr: Use the new denotator separator instead of underscore.
Gabriela Moldovan
2023-11-02
1
-8
/
+21
*
tor-keymgr: Add a constant for the denotator separator.
Gabriela Moldovan
2023-11-02
1
-0
/
+8
*
tor-keymgr: Remove now-outdated TODOs.
Gabriela Moldovan
2023-11-02
1
-4
/
+0
*
tor-keymgr: Rename KeyDenotator::display() to KeyDenotator::encode().
Gabriela Moldovan
2023-11-02
1
-5
/
+5
*
tor-keymgr: Add KeyDenotator::decode for decoding key denotators.
Gabriela Moldovan
2023-11-02
1
-0
/
+38
*
tor-keymgr: Remove unnecessary KeyDenotator impl.
Gabriela Moldovan
2023-11-02
1
-10
/
+0
*
tor-keymgr: Add TODO HSS about using derive-dhoc.
Gabriela Moldovan
2023-10-31
1
-0
/
+3
*
tor-keymgr: Add tests for define_key_specifier!.
Gabriela Moldovan
2023-10-30
1
-0
/
+106
*
tor-keymgr: Add macro for defining key specifiers.
Gabriela Moldovan
2023-10-30
1
-0
/
+241
*
tor-keymgr: Move the KeyDenotator trait to tor-keymgr.
Gabriela Moldovan
2023-10-30
1
-0
/
+39
*
tor-keymgr: Stop open-coding range operations.
Gabriela Moldovan
2023-10-24
1
-6
/
+1
*
tor-keymgr: Fix substring bounds check.
Gabriela Moldovan
2023-10-24
1
-1
/
+16
*
tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.
Gabriela Moldovan
2023-10-19
1
-6
/
+6
*
tor-keymgr: Remove From<ArtiPathError> impl for KeyPathError.
Gabriela Moldovan
2023-10-19
1
-6
/
+0
*
tor-keymgr: Expand on the KeyPathError docs.
Gabriela Moldovan
2023-10-19
1
-0
/
+3
[next]