Releases: ivRodriguezCA/IRCrypto
Releases · ivRodriguezCA/IRCrypto
IRCrypto 0.9.7
- Added data integrity (HMAC-SHA256) methods.
- Added hashing (SHA256) method.
- Added documentation to IRCrypto header file.
- Added more examples to README file.
IRCrypto 0.9.6
- Fixed issue storing
RSA Asymmetric keys
in the Keychain as typekSecAttrKeyTypeEC
- Fixed issue preventing
RSA Asymmetric keys
to be loaded from the Keychain asSecKeyRef
instead ofNSData
IRCrypto 0.9.5
- Fixed issue preventing
EC Asymmetric keys
to be stored in the Keychain - Fixed issue preventing
EC Asymmetric keys
to be loaded from the Keychain - Fixed issue preventing
EC Asymmetric keys
to be deleted from the Keychain - Fixed broken tests
IRCrypto 0.9.4
- Fixed keychain item attributes for saved keys.
- Fixed nullability on public constants.
- Added new error case for OSStatus result.
- Added Touch ID example to README