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
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-keymgr: Fix `KeyMgr::list_keystores` description
hjrgrn
2025-09-22
1
-1
/
+1
*
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
1
-3
/
+35
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-31
/
+44
*
arti: hss: Add `arti hss ctor-migrate`
hjrgrn
2025-07-31
1
-0
/
+61
*
tor-keymgr: Add err::Error::KeystoreNotFound
hjrgrn
2025-07-23
1
-1
/
+1
*
arti: keys: Add arti keys-raw
hjrgrn
2025-07-14
1
-178
/
+265
*
Merge branch 'typos-20250709' into 'main'
Nick Mathewson
2025-07-09
1
-1
/
+1
|
\
|
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
|
keymgr: fix spelling of MethodNotSuppor(t)ed.
Nick Mathewson
2025-07-09
1
-5
/
+5
|
/
*
arti: Add keys list and keys list-keystores
hjrgrn
2025-06-12
1
-8
/
+160
*
tor-keymgr: BREAKING: Refactor API: Keystore::list
hjrgrn
2025-05-30
1
-4
/
+121
*
tor-keymgr: Refactor ItemMetadata to support certificate metadata
shivam37483
2025-05-06
1
-75
/
+159
*
tor-keymgr: BREAKING: Refactor API: Keystore::insert
playbahn
2025-04-02
1
-7
/
+4
*
tor-keymgr: Fix TODO: Refactor API: Keystore::insert
playbahn
2025-04-02
1
-6
/
+5
*
tor-keymgr: Introduce ItemMetadata type for testing.
vijayabhaskar_78
2025-03-26
1
-86
/
+149
*
Use an EntropicRng trait to enforce key generation rules.
Nick Mathewson
2025-03-24
1
-8
/
+12
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-keymgr: Use ParsedEd25519Cert when decoding certs.
Gabriela Moldovan
2025-01-13
1
-1
/
+2
*
tor-keymgr: Fix cert handling tests.
Gabriela Moldovan
2025-01-13
1
-8
/
+19
*
tor-keymgr: Use Ed25519Cert::decode to parse the certs.
Gabriela Moldovan
2025-01-13
1
-0
/
+3
*
tor-key-forge: Split out ItemType as a separate trait.
Gabriela Moldovan
2025-01-13
1
-7
/
+11
*
tor-key-forge: Distinguish between parsed certs and encodable certs.
Gabriela Moldovan
2025-01-13
1
-8
/
+9
*
tor-keymgr: Replace from_encodable_cert with validation function.
Gabriela Moldovan
2025-01-13
1
-15
/
+5
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
tor-keymgr: Replace internal error with keystore corruption error.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Add tests for the new cert mgmt functions.
Gabriela Moldovan
2024-12-04
1
-1
/
+172
*
tor-keymgr: s/TestKey/TestItem in tests.
Gabriela Moldovan
2024-12-04
1
-55
/
+55
*
tor-keymgr: Remove unused KeyType import.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Add KeyMgr::get_or_generate_key_and_cert.
Gabriela Moldovan
2024-12-04
1
-0
/
+119
*
tor-keymgr: Add KeyMgr::get_key_and_cert() (fmt).
Gabriela Moldovan
2024-12-04
1
-5
/
+7
*
tor-keymgr: Add KeyMgr::get_key_and_cert().
Gabriela Moldovan
2024-12-04
1
-2
/
+91
*
tor-keymgr: Split some logic out of KeyMgr::get_from_store().
Gabriela Moldovan
2024-12-04
1
-6
/
+24
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item (fmt).
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item.
Gabriela Moldovan
2024-12-04
1
-8
/
+8
*
tor-key-forge: Replace EncodableItem::key_type() with item_type() (fmt).
Gabriela Moldovan
2024-12-04
1
-2
/
+1
*
tor-key-forge: Replace EncodableItem::key_type() with item_type().
Gabriela Moldovan
2024-12-04
1
-16
/
+16
*
tor-keymgr: Replace KeyType with KeystoreItemType (fmt).
Gabriela Moldovan
2024-12-04
1
-6
/
+2
*
tor-keymgr: Remove now-unused import.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Replace KeyType with KeystoreItemType.
Gabriela Moldovan
2024-12-04
1
-30
/
+35
*
tor-key-forge: Rename EncodableKey to EncodableItem.
Gabriela Moldovan
2024-12-04
1
-6
/
+6
*
tor-keymgr: Implement KeyPath::matches for CTorPaths.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
tor-keymgr: Return an error if the keystore IDs are not unique.
Gabriela Moldovan
2024-10-08
1
-0
/
+8
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-23
/
+23
*
tor-keymgr: add an overwrite flag to KeyMgr::insert()
Morgan
2024-09-10
1
-8
/
+47
*
rename get_keypair_specifier() to keypair_specifier()
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-2
/
+2
*
tor_keymgr: teach the KeyStore how to satisfy public key requests using a key...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-1
/
+9
*
tor_key_forge::traits::ToEncodableKey: add KeyPair associated type
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+2
*
tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive it
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+4
*
tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+6
*
Rename tor-keys crate to tor-key-forge
David Goulet
2024-09-04
1
-5
/
+5
[next]