mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 19:08:00 +01:00
Update changelog
This commit is contained in:
parent
6a5c6c5509
commit
3f10efac7a
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,9 @@ SPDX-License-Identifier: CC0-1.0
|
|||
## 1.4.0-rc3-SNAPSHOT
|
||||
- `sop generate-key`: Add support for keys without user-ids
|
||||
- `sop inline-sign --as=clearsigned`: Make signature in TEXT mode
|
||||
- Make countermeasures against KOpenPGP attacks configurable
|
||||
- Countermeasures are now disabled by default since they are costly and have a specific threat model
|
||||
- Can be enabled by calling `Policy.setEnableKeyParameterValidation(true)`
|
||||
|
||||
## 1.4.0-rc2
|
||||
- Bump `bcpg-jdk15to18` to `1.72.3`
|
||||
|
@ -50,6 +53,11 @@ SPDX-License-Identifier: CC0-1.0
|
|||
- Add `KeyRingUtils.publicKeys(PGPKeyRing keys)`
|
||||
- Remove `BCUtil` class
|
||||
|
||||
## 1.3.15
|
||||
- Fix crash in `sop generate-key --with-key-password` when more than one user-id is given
|
||||
- `sop generate-key`: Allow key generation without user-ids
|
||||
- `sop inline-sign --as=clearsigned`: Make signatures of type 'text' instead of 'binary'
|
||||
|
||||
## 1.3.14
|
||||
- Bump `bcpg` to `1.72.3`
|
||||
- Fix DSA key parameter check
|
||||
|
|
Loading…
Reference in a new issue