Releases: krzyzanowskim/ObjectivePGP
Releases · krzyzanowskim/ObjectivePGP
1.0
0.99.4
0.99.3
0.99.2
- Fix ECDH secret subkey binding signature generation. #195
0.99.1
- Fix ED25119 signature calculation. #192
- Generate ECC keys. #190
- Support compression in signature packet. #191
0.99.0
- Elliptic-Curves support (RFC6637 https://datatracker.ietf.org/doc/html/rfc6637). #141
- Elliptic-curve Diffie–Hellman.
- Elliptic Curve Digital Signature Algorithm.
- Enabling encrypt-only algorithms to encrypt. #187
- Other fixes and improvements.
0.17.0
- macOS arm64 support
- update dependencies
- Swift Package Manager support
- Available as XCFramework
0.15.0
- Fixes key expiration dates (again).
- Detect and reject malformed packets.
0.14.0
- Improve decryption memory usage.
- Fixes key expiration dates.
0.13.0
- Fixes issue where expirationData value was missing for expired keys. Fixes #120.
- Improves logging setup by respecting PGP_LOG_LEVEL setting.
- Updates cryptography engine.