- Fix an unit test
- Re-sign xcframework
- Add PrivacyInfo.xcprivacy
- Sign xcframework with Apple Distribution
- Upgrade OpenSSL version to 3.2.1
- Remove dependency on DataKit
- Upgrade OpenSSL version to 3.1.0
- Introduce Package.swift for importing
- 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
- Fix CMAC method
aes128cbc(key:, data:) throws -> Data
- Change Xcode version to 13.3.1
- Upgrade OpenSSL version to 3.0.3
- Upgrade to OpenSSL 3.0.2
- Fix some of the introduced deprecations
- Add support for CMSContentInfo Encryption
- SDK 15
- update OpenSSL to 1.1.1n
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