summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-10-30 19:56:47 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-11-01 13:12:01 +0100
commite515d4439f84067a6c956a890214848f722c621c (patch)
tree6d3270bcd17e60b8486256f26a3e6dd941fe8509 /NEWS
parent0639f63a72a9b6ad26af87e539f1938940243f5a (diff)
downloadgnutls-e515d4439f84067a6c956a890214848f722c621c.tar.gz
gnutls_priority_init: ignore CTYPE-OPENPGP optionstmp-ignore-ctypes
In GnuTLS 3.6.0 we dropped support for openpgp keys, however the CTYPE-OPENPGP is often seen in applications, sometimes as -CTYPE-OPENPGP to ensure it is not enabled. We simply ignore this priority string when seen, to avoid preventing these applications from running. Resolves #593 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55a793c935..ea9fb34697 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ See the end for copying conditions.
have incorrectly used CryptoPro-A S-BOX instead of proper (CryptoPro-B/-C/-D
S-BOXes). They are fixed now.
+** libgnutls: gnutls_priority_init() and friends, allow the CTYPE-OPENPGP keyword
+ in the priority string. It is only accepted as legacy option and is ignored.
+
** p11tool: Fix initialization of security officer's PIN with the --initialize-so-pin
option (#561)