Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.24 KB

ReleaseNotes.md

File metadata and controls

61 lines (41 loc) · 1.24 KB

Release 4.3.1

  • Fix an unit test
  • Re-sign xcframework

Release 4.3.0

  • Add PrivacyInfo.xcprivacy
  • Sign xcframework with Apple Distribution

Release 4.2.0

  • Upgrade OpenSSL version to 3.2.1
  • Remove dependency on DataKit

Release 4.1.0

  • Upgrade OpenSSL version to 3.1.0
  • Introduce Package.swift for importing

Release 4.0.0

  • Modify ECPublicKey's export API
  • Change ECPrivateKeyImpl's underlying data type to EVP_PKEY
  • Remove all usage of deprecated low level OpenSSL-API
  • Make EllipticCurvePoint generic in a Curve type
  • Upgrade OpenSSL version to 3.0.7
  • Change Xcode version to 14.0

Release 3.0.3

  • Fix CMAC method aes128cbc(key:, data:) throws -> Data
  • Change Xcode version to 13.3.1
  • Upgrade OpenSSL version to 3.0.3

Release 3.0.2

OpenSSL 3.0.2

  • Upgrade to OpenSSL 3.0.2
  • Fix some of the introduced deprecations
  • Add support for CMSContentInfo Encryption

Release 1.0.1

  • SDK 15
  • update OpenSSL to 1.1.1n

Release 1.0.0

Initial release with support/wrappers for:

  • X.509 Certificate
  • OCSP Response
  • Key Management
  • Generate Private Key (KeyPair)
  • ECDH Shared Secret computation
  • Verify BrainpoolP256r1 signature
  • PACE protocol map Nonce for Shared Secret derivation
  • MAC calculation