Skip to content

Releases: ivRodriguezCA/IRCrypto

IRCrypto 0.9.7

25 Oct 18:26
Compare
Choose a tag to compare
IRCrypto 0.9.7 Pre-release
Pre-release
  • 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

05 Oct 11:59
Compare
Choose a tag to compare
IRCrypto 0.9.6 Pre-release
Pre-release
  • Fixed issue storing RSA Asymmetric keys in the Keychain as type kSecAttrKeyTypeEC
  • Fixed issue preventing RSA Asymmetric keys to be loaded from the Keychain as SecKeyRef instead of NSData

IRCrypto 0.9.5

03 Oct 18:56
Compare
Choose a tag to compare
IRCrypto 0.9.5 Pre-release
Pre-release
  • 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

03 Oct 18:50
Compare
Choose a tag to compare
IRCrypto 0.9.4 Pre-release
Pre-release
  • 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