Skip to content

tor-keymgr: Return KeystoreEntryDescriptors from KeyMgr::list_matching

gabi-250 requested to merge gabi-250/arti:keymgr-list-matching into main
  • KeyMgr::list_matching now returns KeystoreEntryDescriptors instead of (KeyPath, KeyType)
  • KeyMgr::get_entry and KeyMgr::remove_entry, which take a KeystoreEntryDescriptor, replace KeyMgr::get_with_type and KeyMgr::remove_with_type. This change makes it easier to retrieve/remove the entries obtained using list_matching

Closes #1271 (closed)

Merge request reports