Skip to content

Releases: d4l-data4life/d4l-crypto-ios

v1.8.0

23 Nov 09:14
70783f5
Compare
Choose a tag to compare

v1.8.0

Bumped

  • Compiled for Xcode 13.1

v1.7.0

08 Sep 15:15
94330b0
Compare
Choose a tag to compare

v1.7.0

Added

  • Possibility to store KeyPair with a tag in keychain
  • Publicly exposed AESAlgorithm with 2 factory methods
  • Added methods for sign and verify with RSA PSS, using SHA256 salted (32) or unsalted (0)
  • isPermanent option in KeyOptions for testing generation of keys without storing them

Fixed

  • It is now possible to use AES GCM with any IV size up from 12 Bytes

v1.6.0

26 Aug 13:23
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

Pre-release

Added

  • Added data donation key type in supported key types

Changed

  • Moved repo to d4l-crypto-ios