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-22 11:25:49 +02:00
parent bc5c3f98a9
commit 0a5c9d13c3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,6 +5,14 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 2.0.2-SNAPSHOT
- Add `PGPainless.asciiArmor(Collection<OpenPGPCertificate>, PacketFormat)`
- `SigningOptions`: Add missing `@JvmOverloads` annotations to `addInlineSignature()` and `addDetachedSignature()`
- `OpenPGPComponentKey`: Add extension method `getSecretKey()`
- `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
## 2.0.1
- Fix subkey signatures on generate keys (#486, thanks to @agrahn for reporting)