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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-keymgr: Fix nightly warnings.
Gabriela Moldovan
2024-05-09
1
-6
/
+6
*
tor-keymgr: Add function for extracting the KeyType of an ssh key.
Gabriela Moldovan
2024-05-08
1
-0
/
+11
*
tor-keymgr: Fix newly failing tests.
Gabriela Moldovan
2024-05-08
1
-3
/
+4
*
tor-keymgr: Make SshKeyData an opaque type.
Gabriela Moldovan
2024-05-07
1
-63
/
+72
*
tor-keymgr: Do not make SshKeyData infallibly convertible from KeyData/Keypai...
Gabriela Moldovan
2024-05-07
1
-7
/
+45
*
tor-keymgr: Seal the EncodableKey trait.
Gabriela Moldovan
2024-05-07
1
-1
/
+30
*
tor-keymgr: Dedupe all the convert functions.
Gabriela Moldovan
2024-05-07
1
-2
/
+0
*
tor-keymgr: Move arti-specific ssh code to arti module.
Gabriela Moldovan
2024-05-07
1
-3
/
+1
*
tor-keymgr: Make SshKeyData convertible to ErasedKey.
Gabriela Moldovan
2024-05-07
1
-3
/
+151
*
tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystore
Richard Pospesel
2024-04-10
1
-0
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
tor-keymgr: Downgrade a TODO to a Note.
Gabriela Moldovan
2024-02-05
1
-3
/
+3
*
tor-keymgr: Remove a TODO about renaming Keystore.
Gabriela Moldovan
2024-02-05
1
-4
/
+0
*
tor-keymgr: Turn some TODOs into #1115.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-2
/
+2
*
llcrypto: Hide the members of ExpandedKeypair.
Nick Mathewson
2023-11-29
1
-1
/
+1
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-4
/
+2
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-4
/
+4
*
tor-keymgr: impl ToEncodableKey for IPT keys
Ian Jackson
2023-11-23
1
-1
/
+25
*
tor-keymgr: Remove the ToEncodableKey impl of HsClientIntroAuthKeypair.
Gabriela Moldovan
2023-11-20
1
-15
/
+0
*
tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair (f...
Gabriela Moldovan
2023-11-20
1
-4
/
+4
*
tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair.
Gabriela Moldovan
2023-11-20
1
-1
/
+4
*
tor-keymgr: Add function for listing all entries in a keystore.
Gabriela Moldovan
2023-10-19
1
-1
/
+4
*
tor-keymgr: Give KeyType an Unknown variant.
Gabriela Moldovan
2023-10-19
1
-4
/
+4
*
tor-keymgr: Factor the generate() function into a separate trait.
Gabriela Moldovan
2023-10-09
1
-41
/
+36
*
tor-hsservice: Add more key roles.
Gabriela Moldovan
2023-10-03
1
-2
/
+26
*
Merge branch 'keymgr-blinded-keys' into 'main'
gabi-250
2023-09-26
1
-5
/
+37
|
\
|
*
tor-keymgr: Implement EncodableKey for ExpandedKeypair.
Gabriela Moldovan
2023-09-26
1
-5
/
+37
*
|
tor-keymgr: Make SshKeyData accessors more idiomatic.
Gabriela Moldovan
2023-09-26
1
-8
/
+10
*
|
tor-keymgr: Make SshKeyData non-exhaustive.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
*
|
tor-keymgr: Derive Clone, Debug for SshKeyData.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
|
/
*
tor-keymgr: Rename as_ssh_keypair_data to as_ssh_key_data.
Gabriela Moldovan
2023-09-26
1
-5
/
+5
*
tor-keymgr: Implement ToEncodableKey for HsIdKey.
Gabriela Moldovan
2023-09-25
1
-3
/
+3
*
tor-keymgr: Implement EncodableKey for ed25519 public keys.
Gabriela Moldovan
2023-09-25
1
-3
/
+5
*
tor-keymgr: Implement EncodableKey for x25519 public keys.
Gabriela Moldovan
2023-09-25
1
-0
/
+26
*
tor-keymgr: Make EncodableKey support public keys too.
Gabriela Moldovan
2023-09-25
1
-9
/
+38
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...
Gabriela Moldovan
2023-09-25
1
-2
/
+4
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...
Gabriela Moldovan
2023-09-25
1
-10
/
+12
*
tor-hsservice: Support storing desc signing keys in the keystore.
Gabriela Moldovan
2023-09-22
1
-1
/
+14
*
tor-hsservice: Support storing HsIdKeys in the keystore.
Gabriela Moldovan
2023-09-22
1
-1
/
+35
*
tor-hsservice: Add key specifier for blinded_id keypairs.
Gabriela Moldovan
2023-09-22
1
-1
/
+13
*
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-1
/
+1
*
tor-keymgr: Re-export ssh-key.
Gabriela Moldovan
2023-08-16
1
-9
/
+7
*
keymgr: Implement as_ssh_keypair_data for curve25519 keys.
Gabriela Moldovan
2023-08-16
1
-4
/
+13
*
keymgr: Add TODO regarding SshEncodableKey impl for x25519.
Gabriela Moldovan
2023-08-02
1
-0
/
+1
*
keymgr: Implement SshEncodableKey for ed25519::Keypair.
Gabriela Moldovan
2023-08-02
1
-1
/
+8
*
keymgr: Replace EncodableKey::to_bytes() with SSH-specific function.
Gabriela Moldovan
2023-08-02
1
-7
/
+9
*
keymgr: Make Keystore::generate() return a Result.
Gabriela Moldovan
2023-07-27
1
-5
/
+5
*
keymgr: Add function for generating EncodableKeys.
Gabriela Moldovan
2023-07-24
1
-0
/
+27
*
keymgr: Add a Keystore::contains accessor.
Gabriela Moldovan
2023-07-24
1
-0
/
+3
[next]