Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.62 KB

CHANGELOG.adoc

File metadata and controls

77 lines (48 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Template could be found here: CHANGELOG

Versions

See changeset

Added

Changed

Removed

Fixed

Security

Bumped

Deprecated

Migration

Bumped

  • Compiled for Xcode 13.1

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

Added

  • Added data donation key type in supported key types

Changed

  • Moved repo to d4l-crypto-ios