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
/
keystore
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-keymgr: Add script for generating test key files.
Gabriela Moldovan
2024-05-15
1
-0
/
+6
*
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: Make SshKeyData an opaque type.
Gabriela Moldovan
2024-05-07
2
-24
/
+3
*
tor-keymgr: Do not make SshKeyData infallibly convertible from KeyData/Keypai...
Gabriela Moldovan
2024-05-07
1
-4
/
+4
*
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
2
-141
/
+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
3
-2
/
+397
*
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: Move parse_ssh_format_erased to UnparsedOpenSshKey.
Gabriela Moldovan
2024-05-07
2
-9
/
+9
*
tor-keymgr: Avoid using UnparsedOpenSshKey.
Gabriela Moldovan
2024-05-07
1
-5
/
+6
*
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
2
-26
/
+9
*
tor-keymgr: Move test constants to test_utils.
Gabriela Moldovan
2024-05-07
2
-5
/
+2
*
tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystore
Richard Pospesel
2024-04-10
3
-4
/
+322
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
1
-4
/
+6
*
Merge branch 'analyzer_windows_problems' into 'main'
gabi-250
2024-03-04
1
-0
/
+1
|
\
|
*
tor-keymgr: Fix compilation on Windows
Tobias Stoeckmann
2024-02-29
1
-0
/
+1
*
|
keystore: Fix slugs creations on Windows
Tobias Stoeckmann
2024-03-01
1
-2
/
+8
|
/
*
tor-keymgr: Use keystore_error_kind() to get the error kind.
Gabriela Moldovan
2024-01-15
1
-1
/
+2
*
tor-keymgr: Turn a TODO HSS into #1118.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
tor-keymgr: Turn a TODO HSS into #1095.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
tor-keymgr: Update docs referencing outdated SSH algo names.
Gabriela Moldovan
2023-12-14
1
-2
/
+2
*
tor-keymgr: path errors: Add some xrefs
Ian Jackson
2023-12-07
1
-1
/
+6
*
tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError
Ian Jackson
2023-12-07
1
-2
/
+2
*
tor-keymgr: Use CheckedDir::read_dir to validate dir permissions in list().
Gabriela Moldovan
2023-11-28
1
-3
/
+13
*
tor-keymgr: Use the new CheckedDir::remove_file API.
Gabriela Moldovan
2023-11-28
1
-20
/
+23
*
tor-keymgr: Add an Arti keystore error type for keys with invalid key data.
Gabriela Moldovan
2023-11-21
1
-0
/
+5
*
tor-keymgr: Add a top-level error type.
Gabriela Moldovan
2023-11-21
1
-0
/
+6
*
tor-keymgr: Inline SshKeyError variants into ArtiNativeKeystoreError.
Gabriela Moldovan
2023-11-20
1
-2
/
+29
*
tor-keymgr: Expand the ArtiNativeKeystore docs.
Gabriela Moldovan
2023-11-13
1
-1
/
+19
*
tor-keymgr: Clarify what ArtiPath are used for.
Gabriela Moldovan
2023-11-13
1
-1
/
+3
*
tor-keymgr: Fix broken doc link.
Gabriela Moldovan
2023-10-19
1
-1
/
+1
*
tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).
Gabriela Moldovan
2023-10-19
1
-2
/
+3
*
tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.
Gabriela Moldovan
2023-10-19
1
-6
/
+6
*
tor-keymgr: Apply cargo fmt.
Gabriela Moldovan
2023-10-19
2
-4
/
+10
*
tor-keymgr: Make error handling less repetitive using a closure.
Gabriela Moldovan
2023-10-19
1
-9
/
+8
*
tor-keymgr: Rework the ArtiPath error types.
Gabriela Moldovan
2023-10-19
2
-14
/
+13
*
tor-keymgr: Add function for listing all entries in a keystore.
Gabriela Moldovan
2023-10-19
1
-3
/
+153
*
tor-keymgr: Give KeyType an Unknown variant.
Gabriela Moldovan
2023-10-19
2
-48
/
+51
*
tor-keymgr: Use ArtiPathError for invalid ArtiPaths.
Gabriela Moldovan
2023-10-19
1
-6
/
+31
*
tor-keymgr: Add an error type for invalid key paths.
Gabriela Moldovan
2023-10-19
1
-1
/
+29
*
tor-keymgr: Encode whether the key is public or private in the file extension.
Gabriela Moldovan
2023-10-13
1
-2
/
+2
*
tor-keymgr: Implement ArtiNativeKeystore::insert for public keys.
Gabriela Moldovan
2023-10-03
1
-3
/
+7
*
tor-keymgr: Rename as_ssh_keypair_data to as_ssh_key_data.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
*
tor-keymgr: Make EncodableKey support public keys too.
Gabriela Moldovan
2023-09-25
1
-7
/
+17
[next]