Releases: mwielgoszewski/SecureEnclaveToken
Releases · mwielgoszewski/SecureEnclaveToken
v2.0
v1.0.2
Migrate to the CryptoTokenKit persistent token API
The persistent token API is intended for tokens that don't require
insert/removal semantics such as the Secure Enclave. In macOS 10.15.5
Apple repaired this API and it became functional on macOS for the first
time.
https://support.apple.com/guide/deployment-reference-ios/about-persistent-tokens-apd05d8c6344/web
https://developer.apple.com/documentation/cryptotokenkit
v1.0.1
- Display key and certificate labels in UI.
- Refactoring of
TokenSession
.
v1.0
Requirements:
- MacBook w/Secure Enclave (TouchBar) running MacOS 10.15+
Note: This release was not tested on a device without a TouchBar. You can probably expect the application to crash when trying to generate a key on a device without it.