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: 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
*
tor-keymgr: Use tor-keys crate and remove dead code
David Goulet
2024-09-04
1
-7
/
+8
*
tor-keys: Automatically implement keymgr trait
David Goulet
2024-09-04
1
-5
/
+0
*
tor-keymgr: Fix newly failing tests (fmt).
Gabriela Moldovan
2024-05-08
1
-33
/
+62
*
tor-keymgr: Fix newly failing tests.
Gabriela Moldovan
2024-05-08
1
-56
/
+105
*
tor-keymgr: Seal the EncodableKey trait.
Gabriela Moldovan
2024-05-07
1
-0
/
+3
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-3
/
+3
*
tor-keymgr: Make the &KeystoreId getter `as_copy`.
Gabriela Moldovan
2024-02-19
1
-2
/
+4
*
tor-keymgr: Test that KeyMgr::list_matching returns the right descriptors.
Gabriela Moldovan
2024-02-19
1
-2
/
+16
*
tor-keymgr: Test KeyMgr::{get_entry, remove_entry}.
Gabriela Moldovan
2024-02-19
1
-0
/
+27
*
tor-keymgr: Remove a TODO.
Gabriela Moldovan
2024-02-19
1
-2
/
+0
*
tor-keymgr: Remove outdated reference to KeyMgr::get_with_type.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry (fmt).
Gabriela Moldovan
2024-02-19
1
-4
/
+1
*
tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry.
Gabriela Moldovan
2024-02-19
1
-8
/
+8
*
tor-keymgr: Rename KeyMgr::remove_with_type to KeyMgr::remove_entry.
Gabriela Moldovan
2024-02-19
1
-6
/
+11
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry (fmt).
Gabriela Moldovan
2024-02-19
1
-4
/
+1
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-5
/
+3
*
tor-keymgr: Make KeyMgr::list_matching return `KeystoreEntry`s.
Gabriela Moldovan
2024-02-19
1
-2
/
+7
*
tor-keymgr: Add KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-0
/
+17
*
tor-keymgr: Make KeyMgr::remove return the removed key (fmt).
Gabriela Moldovan
2024-02-05
1
-24
/
+28
*
tor-keymgr: Make KeyMgr::remove return the removed key.
Gabriela Moldovan
2024-02-05
1
-5
/
+9
*
tor-keymgr: Make KeyMgr::insert return the old key.
Gabriela Moldovan
2024-02-05
1
-9
/
+18
*
tor-keymgr: Remove a TODO about get_from_store().
Gabriela Moldovan
2024-02-05
1
-3
/
+1
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor (fmt).
Gabriela Moldovan
2024-02-05
1
-1
/
+1
*
tor-keymgr: Rename KeyInfoExtractor to KeyPathInfoExtractor.
Gabriela Moldovan
2024-02-05
1
-6
/
+6
*
tor-keymgr: Fix two docs links
Ian Jackson
2024-02-05
1
-1
/
+1
*
tor-keymgr: Apply cargo fmt.
Gabriela Moldovan
2024-02-01
1
-1
/
+0
*
tor-keymgr: Abolish get_or_generate_with_derived.
Gabriela Moldovan
2024-02-01
1
-58
/
+1
*
tor-keymgr: Rewrite get_or_generate() using of get() and generate().
Gabriela Moldovan
2024-02-01
1
-6
/
+15
*
tor-keymgr: Abolish KeyMgr::generate_with_derived.
Gabriela Moldovan
2024-02-01
1
-155
/
+24
*
tor-keymgr: Make KeyMgr::generate return the generated key.
Gabriela Moldovan
2024-02-01
1
-4
/
+12
*
tor-keymgr: Turn some TODO HSS into #1194.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
tor-keymgr: Turn some TODOs into #1115.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
tor-keymgr: Turn some TODOs into #1119.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
tor-keymgr: Downgrade some TODO HSS.
Gabriela Moldovan
2024-01-10
1
-4
/
+4
*
KeySpecifier d-a macro: rename from KeySpecifierDefault
Ian Jackson
2024-01-03
1
-1
/
+1
*
tor-keymgr: Fix some docs warnings
Ian Jackson
2023-12-06
1
-3
/
+4
*
tor-keymgr: Add a cross-reference to register_key_info_extractor.
Gabriela Moldovan
2023-12-05
1
-0
/
+4
*
tor-keymgr: Add KeyMgr::remove_with_type.
Gabriela Moldovan
2023-12-05
1
-0
/
+18
*
tor-keymgr: Add a function for describing a KeyPath.
Gabriela Moldovan
2023-12-05
1
-2
/
+17
*
tor-keymgr: Add a way of registering key info extractors using inventory.
Gabriela Moldovan
2023-12-05
1
-3
/
+26
[next]