aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-11-08 16:09:04 +0000
committerWerner Koch <[email protected]>2023-11-08 16:09:22 +0000
commit3572b19fbd8f6eea1edcaa8f753a7c9654702bed (patch)
tree26e3bc1245f0171eb429862b22689d0ddd0c79fc /NEWS
parentcommon: Declare two LibrePGP constants for future use (diff)
downloadgnupg-3572b19fbd8f6eea1edcaa8f753a7c9654702bed.tar.gz
gnupg-3572b19fbd8f6eea1edcaa8f753a7c9654702bed.zip
gpgsm: Support ECDSA in de-vs mode.
* common/compliance.h (PK_ALGO_FLAG_ECC18): New. * common/compliance.c (gnupg_pk_is_allowed): Implement. * sm/decrypt.c (gpgsm_decrypt): Pass new flag. * sm/sign.c (gpgsm_sign): Ditto. * sm/verify.c (gpgsm_verify): Ditto. -- GnuPG-bug-id: 6802
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f6162cbb..889aff8e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Noteworthy changes in version 2.4.4 (unreleased)
------------------------------------------------
+ * gpgsm: Support ECDSA in de-vs compliance mode. [T6802]
+
* Fix garbled time output in non-English Windows. [T6741]
Release-info: https://dev.gnupg.org/T6578