Skip to content

Releases: krzyzanowskim/ObjectivePGP

1.0

04 May 12:30
1.0
29d7a53
Compare
Choose a tag to compare

0.99.4

02 May 12:49
0.99.4
5629d84
Compare
Choose a tag to compare
  • Signature verification properly handle compressed messages #224

0.99.3

27 Apr 10:32
0.99.3
a7261f7
Compare
Choose a tag to compare
  • Update build targets to match recent Xcode requirements.
  • Stop providing armv7 binaries.
  • Prevent crash when read armored message. #219
  • decrypt return plaintext (eg. from signed data).

0.99.2

04 Feb 18:04
0.99.2
0dc7ca7
Compare
Choose a tag to compare
  • Fix ECDH secret subkey binding signature generation. #195

0.99.1

31 Jan 15:36
0.99.1
534781b
Compare
Choose a tag to compare
  • Fix ED25119 signature calculation. #192
  • Generate ECC keys. #190
  • Support compression in signature packet. #191

0.99.0

11 Oct 12:23
a1ed56c
Compare
Choose a tag to compare

0.17.0

21 Nov 01:48
d521f74
Compare
Choose a tag to compare
  • macOS arm64 support
  • update dependencies
  • Swift Package Manager support
  • Available as XCFramework

0.15.0

12 Jul 02:16
1376df0
Compare
Choose a tag to compare
  • Fixes key expiration dates (again).
  • Detect and reject malformed packets.

0.14.0

23 Mar 18:58
cb4b208
Compare
Choose a tag to compare
  • Improve decryption memory usage.
  • Fixes key expiration dates.

0.13.0

18 Oct 19:32
fd475af
Compare
Choose a tag to compare
  • Fixes issue where expirationData value was missing for expired keys. Fixes #120.
  • Improves logging setup by respecting PGP_LOG_LEVEL setting.
  • Updates cryptography engine.