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-key-forge
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-key-forge: add a `secret()` accessor to the derived keypair type
Steven Engler
2026-06-24
1
-0
/
+9
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
2
-0
/
+2
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-3
/
+3
*
tor-key-forge: for `Curve25519Keypair` public key, add `inner()`
Steven Engler
2026-04-14
1
-0
/
+10
*
keymgr: Fix ephemeral keystore cert encoding bug
Gabriela Moldovan
2026-04-08
2
-24
/
+2
*
relay: Implement a helper to build RelayIdentities
David Goulet
2026-02-23
1
-0
/
+5
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
Lay foundations for RSA keys in keystore.
Wesley Aptekar-Cassels
2025-09-30
2
-3
/
+29
*
Merge branch 'tor-keyforge-rsa-types' into 'main'
wesleyac
2025-09-30
3
-5
/
+244
|
\
|
*
tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.
Wesley Aptekar-Cassels
2025-09-08
2
-11
/
+11
|
*
tor-key-forge: Add RSA key types.
Wesley Aptekar-Cassels
2025-09-08
3
-5
/
+244
*
|
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-8
/
+8
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
Use an EntropicRng trait to enforce key generation rules.
Nick Mathewson
2025-03-24
2
-8
/
+13
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
key-forge: Use CryptoRng from rand.
Nick Mathewson
2025-03-18
1
-2
/
+1
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-10
/
+10
*
tor-key-forge: Remove no longer needed ItemType impl for KeyUnknownCert.
Gabriela Moldovan
2025-01-13
1
-9
/
+0
*
tor-key-forge: Implement ItemType for ParsedEd25519Cert.
Gabriela Moldovan
2025-01-13
1
-0
/
+9
*
tor-key-forge: Add wrappers for various cert types.
Gabriela Moldovan
2025-01-13
2
-3
/
+115
*
tor-key-forge: Fill out the InvalidCertError type.
Gabriela Moldovan
2025-01-13
1
-1
/
+19
*
tor-key-forge: Fix typo in doc comment.
Gabriela Moldovan
2025-01-13
1
-1
/
+1
*
tor-keymgr: Add cert parse error variant.
Gabriela Moldovan
2025-01-13
1
-0
/
+4
*
tor-key-forge: Add ItemType impl for KeyUnknownCert.
Gabriela Moldovan
2025-01-13
1
-0
/
+9
*
tor-key-forge: Split out ItemType as a separate trait.
Gabriela Moldovan
2025-01-13
3
-18
/
+39
*
tor-key-forge: Distinguish between parsed certs and encodable certs.
Gabriela Moldovan
2025-01-13
1
-4
/
+7
*
tor-keymgr: Replace from_encodable_cert with validation function.
Gabriela Moldovan
2025-01-13
1
-7
/
+2
*
tor-key-forge: Export some additional tor-cert types.
Gabriela Moldovan
2025-01-13
1
-3
/
+3
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
tor-hscrypto: Move encodable key trait impls from tor-key-forge.
Gabriela Moldovan
2024-12-11
1
-112
/
+0
*
tor-key-forge: Abolish the HasKind impl of Error.
Gabriela Moldovan
2024-12-10
1
-14
/
+0
*
tor-key-forge: Export certificate-related types.
Gabriela Moldovan
2024-12-04
1
-0
/
+5
*
tor-key-forge: Implement KeystoreItem::item_type.
Gabriela Moldovan
2024-12-04
2
-2
/
+9
*
tor-key-forge: s/EncodableKey/EncodableItem in documentation.
Gabriela Moldovan
2024-12-04
1
-11
/
+11
*
tor-keymgr: Add KeyMgr::get_key_and_cert() (fmt).
Gabriela Moldovan
2024-12-04
1
-1
/
+4
*
tor-keymgr: Add KeyMgr::get_key_and_cert().
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-key-forge: Implement EncodableItem for Tor ed25519 certs.
Gabriela Moldovan
2024-12-04
2
-2
/
+17
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item (fmt).
Gabriela Moldovan
2024-12-04
1
-1
/
+2
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item.
Gabriela Moldovan
2024-12-04
2
-17
/
+16
*
tor-key-forge: Add into_erased impl for KeystoreItem.
Gabriela Moldovan
2024-12-04
1
-1
/
+12
*
tor-key-forge: Replace EncodableItem::key_type() with item_type().
Gabriela Moldovan
2024-12-04
3
-19
/
+15
*
tor-key-forge: Let declare_item_type macro generate the tests.
Gabriela Moldovan
2024-12-04
1
-32
/
+52
*
tor-key-forge: Remove no longer needed KeyType::Unknown variant.
Gabriela Moldovan
2024-12-04
1
-28
/
+3
*
tor-key-forge: Export KeystoreItem.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-key-forge: Rename EncodableKey to EncodableItem.
Gabriela Moldovan
2024-12-04
3
-19
/
+19
*
tor-key-forge: Add a KeystoreItem type to replace SshKeyData.
Gabriela Moldovan
2024-12-04
1
-1
/
+22
[next]