From dbcca586d1c58d931d053ce323dbe189fa1110da Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 16 Dec 2022 17:34:53 +0100 Subject: [PATCH] Add link to KOpenPGP to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c57019..4bafa039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)`