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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Dimitris Apostolou
2024-09-03
2
-4
/
+4
*
tor-keymgr: Remove unnecessary io::Error handling.
Gabriela Moldovan
2024-08-08
1
-6
/
+0
*
tor-keymgr: Use CheckedDir::metadata() instead of PathBuf::try_exists().
Gabriela Moldovan
2024-08-08
2
-12
/
+48
*
tor-keymgr: Use the new relative path wrapper (fmt).
Gabriela Moldovan
2024-08-08
1
-9
/
+15
*
tor-keymgr: Use the new relative path wrapper.
Gabriela Moldovan
2024-08-08
2
-43
/
+24
*
tor-keymgr: Add new rel_path module with helpers for handling relative paths.
Gabriela Moldovan
2024-08-08
2
-0
/
+77
*
tor-keymgr: Add private RelKeyPath type for relative paths.
Gabriela Moldovan
2024-08-08
1
-10
/
+22
*
tor-keymgr: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-3
/
+10
*
Fix new "clippy::needless-maybe-sized" warning on nightly
Nick Mathewson
2024-07-28
1
-1
/
+1
*
tor-keymgr: Fix ArtiNativeKeystore::contains() bug.
Gabriela Moldovan
2024-07-17
1
-1
/
+9
*
tor-keymgr: Rename function to clarify it returns a relative path (fmt).
Gabriela Moldovan
2024-07-17
1
-1
/
+2
*
tor-keymgr: Rename function to clarify it returns a relative path.
Gabriela Moldovan
2024-07-17
1
-15
/
+15
*
tor-keymgr: Add test for ArtiNativeKeystore::contains.
Gabriela Moldovan
2024-07-17
1
-0
/
+2
*
tor-keymgr: Correct message for mistrust error
Ian Jackson
2024-07-10
2
-4
/
+4
*
tor-keymgr: Use collect_tuple in TimePeriod::from_slug (fmt).
Gabriela Moldovan
2024-07-08
1
-1
/
+2
*
tor-keymgr: Use collect_tuple in TimePeriod::from_slug.
Gabriela Moldovan
2024-07-08
1
-5
/
+5
*
tor-keymgr: Test that parsing a TimePeriod with too many parts doesn't panic.
Gabriela Moldovan
2024-07-08
1
-0
/
+1
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
3
-3
/
+3
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
2
-2
/
+2
*
tor-keymgr: Add script for generating test key files.
Gabriela Moldovan
2024-05-15
1
-0
/
+6
*
tor-keymgr: Fix nightly warnings.
Gabriela Moldovan
2024-05-09
1
-6
/
+6
*
Merge branch 'keymgr-ephemeral-refactor' into 'main'
gabi-250
2024-05-09
11
-616
/
+830
|
\
|
*
Revert "tor-keymgr: Fix now-failing test."
Gabriela Moldovan
2024-05-08
1
-0
/
+16
|
*
tor-keymgr: Validate the KeyType when inserting into the ephemeral keystore.
Gabriela Moldovan
2024-05-08
1
-0
/
+20
|
*
tor-keymgr: Add function for extracting the KeyType of an ssh key.
Gabriela Moldovan
2024-05-08
2
-0
/
+50
|
*
tor-keymgr: Fix newly failing tests (fmt).
Gabriela Moldovan
2024-05-08
1
-33
/
+62
|
*
tor-keymgr: Fix newly failing tests.
Gabriela Moldovan
2024-05-08
2
-59
/
+109
|
*
tor-keymgr: Make SshKeyData an opaque type.
Gabriela Moldovan
2024-05-07
3
-87
/
+75
|
*
tor-keymgr: Do not make SshKeyData infallibly convertible from KeyData/Keypai...
Gabriela Moldovan
2024-05-07
2
-11
/
+49
|
*
tor-keymgr: Seal the EncodableKey trait.
Gabriela Moldovan
2024-05-07
2
-1
/
+33
|
*
tor-keymgr: Update ephemeral keystore docs.
Gabriela Moldovan
2024-05-07
1
-2
/
+2
|
*
tor-keymgr: Dedupe all the convert functions.
Gabriela Moldovan
2024-05-07
3
-143
/
+17
|
*
tor-keymgr: Make an ArtiNativeKeystore-specific function private.
Gabriela Moldovan
2024-05-07
1
-20
/
+16
|
*
tor-keymgr: Move arti-specific ssh code to arti module.
Gabriela Moldovan
2024-05-07
8
-70
/
+75
|
*
tor-keymgr: Test that the ephemeral store returns the correct type.
Gabriela Moldovan
2024-05-07
1
-2
/
+6
|
*
tor-keymgr: Fix now-failing test.
Gabriela Moldovan
2024-05-07
1
-16
/
+0
|
*
tor-keymgr: Simplify ephemeral keystore impl.
Gabriela Moldovan
2024-05-07
1
-31
/
+6
|
*
tor-keymgr: Make SshKeyData convertible to ErasedKey.
Gabriela Moldovan
2024-05-07
1
-3
/
+151
|
*
tor-keymgr: Add an error type for unsupported keys.
Gabriela Moldovan
2024-05-07
1
-0
/
+6
|
*
tor-keymgr: Move parse_ssh_format_erased to UnparsedOpenSshKey.
Gabriela Moldovan
2024-05-07
3
-39
/
+37
|
*
tor-keymgr: Move parse_openssh! macro to the top of the file.
Gabriela Moldovan
2024-05-07
1
-58
/
+58
|
*
tor-keymgr: Avoid using UnparsedOpenSshKey.
Gabriela Moldovan
2024-05-07
1
-5
/
+6
*
|
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
|
tor-keymgr: Make test module private again.
Gabriela Moldovan
2024-05-07
1
-1
/
+1
*
|
tor-keymgr: Move TestSpecifier to test_utils.
Gabriela Moldovan
2024-05-07
3
-26
/
+49
*
|
tor-keymgr: Move test constants to test_utils.
Gabriela Moldovan
2024-05-07
4
-23
/
+55
|
/
*
Delete duplicate KeySpecifierComponentPrettyHelper
Ian Jackson
2024-04-25
1
-9
/
+0
*
tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystore
Richard Pospesel
2024-04-10
5
-4
/
+324
*
tor-keymgr: Export KeyMgrBuilderError.
Gabriela Moldovan
2024-04-08
1
-1
/
+1
[next]