summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-3/+45
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-3/+10
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-021-9/+1
* tor-keymgr: Fix TODO: Refactor API: Keystore::insertplaybahn2025-04-021-16/+3
* tor-keymgr: Update docs post-renaming.Gabriela Moldovan2024-12-041-9/+9
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-2/+10
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-6/+6
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-6/+6
* tor-keymgr: Add a keystore for C Tor service keys.Gabriela Moldovan2024-10-081-0/+2
* tor-keymgr: Move the checked_op utils out of the arti module.Gabriela Moldovan2024-10-081-0/+1
* tor-keymgr: put ephemeral keystore behind experimental featureSteven Engler2024-09-171-0/+2
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-1/+1
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-535/+2
* tor-keys: Automatically implement keymgr traitDavid Goulet2024-09-041-28/+5
* Fix typosDimitris Apostolou2024-09-031-2/+2
* tor-keymgr: Fix nightly warnings.Gabriela Moldovan2024-05-091-6/+6
* tor-keymgr: Add function for extracting the KeyType of an ssh key.Gabriela Moldovan2024-05-081-0/+11
* tor-keymgr: Fix newly failing tests.Gabriela Moldovan2024-05-081-3/+4
* tor-keymgr: Make SshKeyData an opaque type.Gabriela Moldovan2024-05-071-63/+72
* tor-keymgr: Do not make SshKeyData infallibly convertible from KeyData/Keypai...Gabriela Moldovan2024-05-071-7/+45
* tor-keymgr: Seal the EncodableKey trait.Gabriela Moldovan2024-05-071-1/+30
* tor-keymgr: Dedupe all the convert functions.Gabriela Moldovan2024-05-071-2/+0
* tor-keymgr: Move arti-specific ssh code to arti module.Gabriela Moldovan2024-05-071-3/+1
* tor-keymgr: Make SshKeyData convertible to ErasedKey.Gabriela Moldovan2024-05-071-3/+151
* tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-101-0/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* tor-keymgr: Downgrade a TODO to a Note.Gabriela Moldovan2024-02-051-3/+3
* tor-keymgr: Remove a TODO about renaming Keystore.Gabriela Moldovan2024-02-051-4/+0
* tor-keymgr: Turn some TODOs into #1115.Gabriela Moldovan2024-01-101-2/+2
* Fix typosDimitris Apostolou2024-01-081-2/+2
* llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-1/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-4/+2
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-4/+4
* tor-keymgr: impl ToEncodableKey for IPT keysIan Jackson2023-11-231-1/+25
* tor-keymgr: Remove the ToEncodableKey impl of HsClientIntroAuthKeypair.Gabriela Moldovan2023-11-201-15/+0
* tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair (f...Gabriela Moldovan2023-11-201-4/+4
* tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair.Gabriela Moldovan2023-11-201-1/+4
* tor-keymgr: Add function for listing all entries in a keystore.Gabriela Moldovan2023-10-191-1/+4
* tor-keymgr: Give KeyType an Unknown variant.Gabriela Moldovan2023-10-191-4/+4
* tor-keymgr: Factor the generate() function into a separate trait.Gabriela Moldovan2023-10-091-41/+36
* tor-hsservice: Add more key roles.Gabriela Moldovan2023-10-031-2/+26
* Merge branch 'keymgr-blinded-keys' into 'main'gabi-2502023-09-261-5/+37
|\
| * tor-keymgr: Implement EncodableKey for ExpandedKeypair.Gabriela Moldovan2023-09-261-5/+37
* | tor-keymgr: Make SshKeyData accessors more idiomatic.Gabriela Moldovan2023-09-261-8/+10
* | tor-keymgr: Make SshKeyData non-exhaustive.Gabriela Moldovan2023-09-261-1/+1
* | tor-keymgr: Derive Clone, Debug for SshKeyData.Gabriela Moldovan2023-09-261-1/+1
|/
* tor-keymgr: Rename as_ssh_keypair_data to as_ssh_key_data.Gabriela Moldovan2023-09-261-5/+5
* tor-keymgr: Implement ToEncodableKey for HsIdKey.Gabriela Moldovan2023-09-251-3/+3