keychain icon indicating copy to clipboard operation
keychain copied to clipboard

Allow Updating Keys and Certificates in a KeyChain

Open cfis opened this issue 8 years ago • 1 comments

The goal of this patch is to enable updating keys and certificates stored in a key chain. It does this by moving access to SecItemUpdate to the Sec::Base class. This was inspired by the section “Adding, Removing, and Working With Keys and Certificates” in the Key Services Programming Guide which mentions SecItemAdd, SecItemUpdate and SecItemCopyMatching as base functions that should be used on keys and certificates stored in the KeyChain. This patch does make it possible for example to change a key’s name as stored in the keychain (my particular use case).

cfis avatar Feb 17 '17 03:02 cfis

Any chance this could get merged?

cfis avatar Jan 04 '19 20:01 cfis