tor-keymgr: Return KeystoreEntryDescriptors from KeyMgr::list_matching
-
KeyMgr::list_matching
now returnsKeystoreEntryDescriptor
s instead of(KeyPath, KeyType)
-
KeyMgr::get_entry
andKeyMgr::remove_entry
, which take aKeystoreEntryDescriptor
, replaceKeyMgr::get_with_type
andKeyMgr::remove_with_type
. This change makes it easier to retrieve/remove the entries obtained usinglist_matching
Closes #1271 (closed)