kornelski / rust-security-framework

Bindings to the macOS Security.framework
https://lib.rs/security-framework
Apache License 2.0
240 stars 88 forks source link

Add SecKey::application_label method #166

Closed brandonweeks closed 1 year ago

brandonweeks commented 1 year ago

https://developer.apple.com/documentation/security/ksecattrapplicationlabel

The kSecAttrApplicationLabel attribute is used extensively in dealing with Keychain identities as it is the attribute used to pair a SecKey and SecCertificate into a SecIdentity. This Apple Developer Forums post documents this behavior.