1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-05 03:41:07 +01:00

Update changelog

This commit is contained in:
Paul Schaub 2025-10-29 13:25:02 +01:00
parent edf3f325f0
commit 9b6d8987a9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -12,6 +12,11 @@ SPDX-License-Identifier: CC0-1.0
- `OpenPGPKey`: Add extension methods `isFullyDecrypted()`, `isFullyEncrypted()`
- `KeyRingBuilder`: Properly respect custom key creation time on subkeys and signatures
- `WeakRSAKeyTest`: Disable test if test vector key is expired at testing time
- `MessageMetadata`: Add missing methods
- `isVerifiedInlineSignedBy(OpenPGPCertificate)`
- `isVerifiedDetachedSignedBy(OpenPGPCertificate)`
- Bump `sop-java` to `14.0.3`
- Fix exception when changing subkey passphrase on key with stripped primary key (thanks @agrahn for reporting)
## 2.0.1
- Fix subkey signatures on generate keys (#486, thanks to @agrahn for reporting)