index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-keymgr
/
src
/
keystore
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-keymgr: Remove redundant _private suffix from key extension.
Gabriela Moldovan
2023-09-12
1
-2
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-error: Remove KeystoreFsPermissions variant.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
keymgr: Implement SshEncodableKey for ed25519::Keypair.
Gabriela Moldovan
2023-08-02
1
-3
/
+2
*
keymgr: Remove KeyType::to_ssh_format.
Gabriela Moldovan
2023-08-02
1
-1
/
+13
*
keymgr: Test whether insert() creates the missing directories.
Gabriela Moldovan
2023-07-24
1
-9
/
+21
*
keymgr: Create the parent directories as needed
Gabriela Moldovan
2023-07-24
1
-1
/
+12
*
keymgr: Add a Keystore::contains accessor.
Gabriela Moldovan
2023-07-24
1
-0
/
+4
*
keymgr: Use KeystoreId instead of a static string.
Gabriela Moldovan
2023-07-21
1
-7
/
+9
*
keymgr: Remove unimplemented/unnecessary has_key_bundle function.
Gabriela Moldovan
2023-07-20
1
-13
/
+0
*
keymgr: Add an `id` function to `Keystore`.
Gabriela Moldovan
2023-07-20
1
-0
/
+7
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.
Gabriela Moldovan
2023-07-10
1
-5
/
+6
|
/
*
keymgr: Rename KeyStore to Keystore globally.
Gabriela Moldovan
2023-06-29
2
-12
/
+12
*
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
1
-0
/
+89
*
keymgr: Derive Debug for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-29
1
-0
/
+1
*
keymgr: Implement HasKind for ArtiNativeKeystoreError.
Gabriela Moldovan
2023-06-28
1
-2
/
+7
*
keymgr: Remove AsRef<dyn StdError> trait bound and unneeded impls.
Gabriela Moldovan
2023-06-26
1
-7
/
+0
*
keymgr: Add the file path to SshKeyError context.
Gabriela Moldovan
2023-06-26
1
-1
/
+1
*
keymgr: Add the path to ArtiNativeKeystoreError Display impl.
Gabriela Moldovan
2023-06-26
1
-3
/
+3
*
keymgr: Replace Error with Box<dyn KeystoreError>.
Gabriela Moldovan
2023-06-26
2
-22
/
+26
*
keymgr: Define an error type for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-26
2
-0
/
+75
*
keymgr: Remove outdated TODO.
Gabriela Moldovan
2023-06-22
1
-1
/
+0
*
keymgr: Fix clippy lints.
Gabriela Moldovan
2023-06-21
1
-1
/
+1
*
keymgr: Make ArtiNativeKeyStore::key_path() return a relative path.
Gabriela Moldovan
2023-06-21
1
-15
/
+19
*
Merge branch 'keymgr-api-consistency' into 'main'
Ian Jackson
2023-06-21
1
-21
/
+22
|
\
|
*
keymgr: Remove Error::NotFound, update KeyMgr, KeyStore APIs.
Gabriela Moldovan
2023-06-21
1
-21
/
+22
*
|
keymgr: Remove outdated TODO.
Gabriela Moldovan
2023-06-21
1
-8
/
+0
|
/
*
keymgr: Fix clippy lints.
Gabriela Moldovan
2023-06-20
1
-1
/
+1
*
keymgr: Enforce keystore_dir properties for every key read/written from the k...
Gabriela Moldovan
2023-06-20
1
-16
/
+19
*
keymgr: Update function names and docs to reflect reality.
Gabriela Moldovan
2023-06-20
1
-2
/
+2
*
keymgr: Move FS operations out of ssh.rs
Gabriela Moldovan
2023-06-20
1
-5
/
+15
*
Merge branch 'update-keymgr-todo' into 'main'
Alexander Færøy
2023-06-20
1
-1
/
+2
|
\
|
*
keymgr: Defer key bundle support until "Basic Service" milestone.
Gabriela Moldovan
2023-06-20
1
-1
/
+2
*
|
arti-client, keymgr: Introduce Mistrust settings and enforce FS permissions.
Gabriela Moldovan
2023-06-20
1
-5
/
+35
*
|
keymgr: Add TODO about separation of concerns wrt FS operations.
Gabriela Moldovan
2023-06-20
1
-0
/
+8
|
/
*
keymgr: Add ArtiNativeKeyStore implementation skeleton.
Gabriela Moldovan
2023-06-15
1
-0
/
+72