1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-17 18:02:05 +01:00

Add link to KOpenPGP to changelog

This commit is contained in:
Paul Schaub 2022-12-16 17:34:53 +01:00
parent c90b56ba13
commit dbcca586d1
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -8,7 +8,7 @@ SPDX-License-Identifier: CC0-1.0
## 1.4.0
- `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
- Make countermeasures against [KOpenPGP](https://kopenpgp.com/) 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)`