aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
Commit message (Expand)AuthorAgeFilesLines
* tor-keymgr: Remove redundant _private suffix from key extension.Gabriela Moldovan2023-09-122-4/+4
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-9/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-5/+5
* tor-keymgr: Bump ssh-key to 0.6.1 and remove unnecessary dependency.Gabriela Moldovan2023-08-241-11/+1
* tor-keymgr, tor-hsservice: Run rustfmt to make derives uglierIan Jackson2023-08-231-3/+13
* tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNicknameIan Jackson2023-08-233-0/+27
* tor-keymgr: Improve ArtiPathComponent a bitIan Jackson2023-08-232-0/+18
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-235-0/+5
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* keymgr: Write a registry sketch.Gabriela Moldovan2023-08-161-2/+49
* tor-keymgr: Add sec1 0.7.3 dependency.Gabriela Moldovan2023-08-161-0/+10
* tor-keymgr: Re-export ssh-key.Gabriela Moldovan2023-08-164-13/+16
* keymgr: Implement as_ssh_keypair_data for curve25519 keys.Gabriela Moldovan2023-08-161-4/+13
* keymgr: Import internal! (fmt).Gabriela Moldovan2023-08-161-4/+2
* keymgr: Import internal!.Gabriela Moldovan2023-08-161-3/+3
* keymgr: Remove unused helper.Gabriela Moldovan2023-08-161-33/+0
* tor-keymgr: Test x25519 key parsing.Gabriela Moldovan2023-08-163-0/+44
* keymgr: Do not expect x25519 keys to be stored as ed25519 ssh keys.Gabriela Moldovan2023-08-161-13/+48
* keymgr: Bump ssh-key to 0.6.0.Gabriela Moldovan2023-08-162-2/+11
* tor-error: Remove KeystoreFsPermissions variant.Gabriela Moldovan2023-08-081-1/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* keymgr: Add TODO regarding SshEncodableKey impl for x25519.Gabriela Moldovan2023-08-021-0/+1
* keymgr: Implement SshEncodableKey for ed25519::Keypair.Gabriela Moldovan2023-08-022-4/+10
* keymgr: Remove KeyType::to_ssh_format.Gabriela Moldovan2023-08-023-11/+16
* keymgr: Replace EncodableKey::to_bytes() with SSH-specific function.Gabriela Moldovan2023-08-024-12/+20
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-18/+0
* Merge branch 'bump_versions_117' into 'main'arti-v1.1.7Nick Mathewson2023-08-011-5/+5
|\
| * Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-4/+4
| * Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-1/+1
* | Run "fixup features" in preparation for a release.Nick Mathewson2023-08-011-1/+1
|/
* keymgr: Add TODO regarding generate() being racy.Gabriela Moldovan2023-07-271-0/+3
* keymgr: Document the TOCTOU issue with generate().Gabriela Moldovan2023-07-271-0/+16
* keymgr: Make the return value of generate() indicate if a new key was created.Gabriela Moldovan2023-07-271-3/+5
* keymgr: Make Keystore::generate() return a Result.Gabriela Moldovan2023-07-272-8/+8
* keymgr: Move duplicated match block to KeyMgr::select_keystore().Gabriela Moldovan2023-07-241-22/+14
* keymgr: Add KeyMgr::generate() for generating new keys.Gabriela Moldovan2023-07-243-1/+71
* keymgr: Add function for generating EncodableKeys.Gabriela Moldovan2023-07-245-1/+38
* keymgr: Test whether insert() creates the missing directories.Gabriela Moldovan2023-07-241-9/+21
* keymgr: Return an unimplemented error instead of panicking.Gabriela Moldovan2023-07-241-2/+2
* keymgr: Create the parent directories as neededGabriela Moldovan2023-07-241-1/+12
* keymgr: Add a Keystore::contains accessor.Gabriela Moldovan2023-07-244-1/+34
* Fix typosDimitris Apostolou2023-07-222-2/+2
* Merge branch 'keymgr-api-updates-minor-fixes' into 'keymgr-api-updates'gabi-2502023-07-212-10/+1
|\
| * keymgr: Remove unnecessary dependency.Gabriela Moldovan2023-07-201-1/+0
| * keymgr: Use std::cfg instead of if_cfg.Gabriela Moldovan2023-07-201-9/+1
* | keymgr: Use KeystoreId instead of a static string.Gabriela Moldovan2023-07-214-30/+50
* | keymgr: Add a newtype for keystore identifiers.Gabriela Moldovan2023-07-211-0/+22
* | keymgr, tor-error: Remove unused error type and HasKind.Gabriela Moldovan2023-07-211-20/+2
* | keymgr: Use BadApiUsage instead of KeystoreMisuse.Gabriela Moldovan2023-07-211-9/+7
* | keymgr: Remove unused KeystoreSelector::All variant.Gabriela Moldovan2023-07-212-30/+0