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: Fix broken doc link.
Gabriela Moldovan
2023-06-30
1
-2
/
+2
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-2
/
+2
*
Bump minor versions on crates with breaking changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Merge branch 'arti-path-bug' into 'main'
gabi-250
2023-06-30
1
-9
/
+22
|
\
|
*
keymgr: Update ArtiPath and ArtiPathComponent docs.
Gabriela Moldovan
2023-06-30
1
-2
/
+2
|
*
keymgr: Allow periods in ArtiPath and ArtiPathComponent.
Gabriela Moldovan
2023-06-30
1
-9
/
+22
*
|
Merge branch 'keymgr-docs' into 'main'
Ian Jackson
2023-06-30
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
keymgr: Downgrade "TODO hs" to "TODO HSS"
Gabriela Moldovan
2023-06-30
2
-3
/
+3
*
|
Merge branch 'fixup-features' into 'main'
Ian Jackson
2023-06-30
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Resolve XXXs from fixup-features.
Nick Mathewson
2023-06-29
1
-1
/
+0
|
*
Run "cargo sort".
Nick Mathewson
2023-06-29
1
-1
/
+0
|
*
Run "fixup-features".
Nick Mathewson
2023-06-29
1
-0
/
+4
*
|
keymgr: Rename KeyStore to Keystore globally.
Gabriela Moldovan
2023-06-29
8
-35
/
+35
|
/
*
Merge branch 'exp' into 'main'
Ian Jackson
2023-06-29
1
-1
/
+1
|
\
|
*
tor-keymgr: When keymgr enabled, enable tor-error's experimental too
Ian Jackson
2023-06-29
1
-1
/
+1
*
|
Merge branch 'validate-client-spec' into 'main'
Ian Jackson
2023-06-29
3
-7
/
+144
|
\
\
|
*
|
keymgr: Remove unstable ErrorKind, use internal! for ArtiPath errors.
Gabriela Moldovan
2023-06-29
1
-21
/
+7
|
*
|
keymgr: Validate the individual ArtiPahtComponents of ArtiPath.
Gabriela Moldovan
2023-06-29
1
-37
/
+25
|
*
|
keymgr: Rephrase ArtiPath docs.
Gabriela Moldovan
2023-06-29
1
-14
/
+5
|
*
|
keymgr: Remove ArtiPath normalization, introduce additional restrictions.
Gabriela Moldovan
2023-06-29
2
-45
/
+46
|
*
|
keymgr: Document how ArtiPath validation is actually supposed to work.
Gabriela Moldovan
2023-06-29
1
-7
/
+11
|
*
|
keymgr: Move validation requirements to the ArtiPath docs.
Gabriela Moldovan
2023-06-29
1
-12
/
+15
|
*
|
keymgr: Make ArtiPath platform-independent by always using '/' as a separator.
Gabriela Moldovan
2023-06-29
1
-10
/
+10
|
*
|
keymgr: Add tests for ArtiPath validation.
Gabriela Moldovan
2023-06-29
1
-0
/
+90
|
*
|
keymgr: Validate ArtiPath and ArtiPathComponent.
Gabriela Moldovan
2023-06-29
1
-12
/
+45
|
*
|
keymgr: Derive Into for ArtiPath and ArtiPathComponent.
Gabriela Moldovan
2023-06-29
1
-1
/
+3
|
*
|
keymgr: Define an error type for bad `ArtiPathComponents`.
Gabriela Moldovan
2023-06-29
1
-1
/
+18
|
*
|
keymgr: Derive Display for ArtiPath and ArtiPathComponent.
Gabriela Moldovan
2023-06-29
1
-3
/
+4
|
*
|
keymgr: Define `ArtiPathComponent`.
Gabriela Moldovan
2023-06-29
2
-1
/
+22
*
|
|
Merge branch 'keymgr' into 'main'
Ian Jackson
2023-06-29
2
-5
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-keymgr: Add missing footnote
Ian Jackson
2023-06-29
1
-0
/
+5
|
*
|
tor-keymgr: Replace whole-crate-is-unstable warning
Ian Jackson
2023-06-29
1
-3
/
+5
|
*
|
tor-keymgr features: Document that "keymgr" is experimental
Ian Jackson
2023-06-29
1
-0
/
+8
|
*
|
tor-keymgr features: Make "keymgr" disabled by default
Ian Jackson
2023-06-29
2
-2
/
+2
|
|
/
*
|
keymgr: Fix dummy keymgr doc links.
Gabriela Moldovan
2023-06-29
1
-3
/
+3
*
|
keymgr: Add missing dummy implementation for KeyType::arti_extension.
Gabriela Moldovan
2023-06-29
1
-0
/
+9
|
/
*
keymgr: Fix wrong_key_type test.
Gabriela Moldovan
2023-06-29
1
-1
/
+5
*
Merge branch 'keymgr-tests' into 'main'
gabi-250
2023-06-29
6
-0
/
+308
|
\
|
*
keymgr: Add a TODO about implementing and testing has_key_bundle.
Gabriela Moldovan
2023-06-29
1
-0
/
+8
|
*
keymgr: Add some basic insert and remove tests.
Gabriela Moldovan
2023-06-29
1
-0
/
+52
|
*
keymgr: Add assert_found! test helper.
Gabriela Moldovan
2023-06-29
1
-8
/
+13
|
*
keymgr: Add some key retrieval tests for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-29
1
-5
/
+54
|
*
keymgr: Add a gen_keys param to init_keystore.
Gabriela Moldovan
2023-06-29
1
-2
/
+16
|
*
keymgr: Add tests for ArtiNativeKeyStore::key_path.
Gabriela Moldovan
2023-06-29
2
-0
/
+92
|
*
keymgr: Derive Debug for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-29
1
-0
/
+1
|
*
keymgr: Add tests for ssh key handling.
Gabriela Moldovan
2023-06-29
4
-0
/
+87
|
*
keymgr: Return the key, not Box<()>.
Gabriela Moldovan
2023-06-29
1
-1
/
+1
*
|
Merge branch 'keymgr-x25519-keys' into 'main'
gabi-250
2023-06-29
2
-29
/
+60
|
\
\
|
|
/
|
/
|
|
*
keymgr: Remove unneeded error variant.
Gabriela Moldovan
2023-06-27
1
-5
/
+0
|
*
keymgr: Add support for x25519 keys.
Gabriela Moldovan
2023-06-27
2
-12
/
+10
[next]