mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 19:57:57 +01:00
Update changelog
This commit is contained in:
parent
7769ff8173
commit
40af7c3ce7
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
## 1.5.2-SNAPSHOT
|
## 1.5.2-SNAPSHOT
|
||||||
|
- Bugfix: Create proper direct-key signatures
|
||||||
- `KeyRingTemplates`:
|
- `KeyRingTemplates`:
|
||||||
- Add `rsaKeyRing()` for generating RSA keys with primary key and dedicated signing, encryption subkeys
|
- Add `rsaKeyRing()` for generating RSA keys with primary key and dedicated signing, encryption subkeys
|
||||||
- Reduce number of template methods by replacing `UserId`, `String` arguments with `CharSequence`
|
- Reduce number of template methods by replacing `UserId`, `String` arguments with `CharSequence`
|
||||||
|
@ -14,6 +15,10 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
- `KeyRingUtils`: Removed `removeSecretKey()` in favour of `stripSecretKey()`
|
- `KeyRingUtils`: Removed `removeSecretKey()` in favour of `stripSecretKey()`
|
||||||
- General code cleanup
|
- General code cleanup
|
||||||
- SOP: generating keys with `rfc4880` profile now generates key with primary key and subkeys
|
- SOP: generating keys with `rfc4880` profile now generates key with primary key and subkeys
|
||||||
|
- Deprecate ElGamal key type
|
||||||
|
- Key generation: Set expiration period of 5 years by default
|
||||||
|
- Set AES-128 as default fallback symmetric algorithm
|
||||||
|
- `ProducerOptions`: Allow setting custom version header when encrypting/signing message
|
||||||
|
|
||||||
## 1.5.2-rc1
|
## 1.5.2-rc1
|
||||||
- Bump `sop-java` to `6.1.0`
|
- Bump `sop-java` to `6.1.0`
|
||||||
|
|
Loading…
Reference in a new issue