summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 10:23:19 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 15:31:52 +0200
commit313492841f5595bd07d0912909323f8519363259 (patch)
tree55af79009adbaa768e242748215949fc4c478cac
parent9aa8b4a37c49766b8299d52ab41ca823977f4367 (diff)
downloadgnutls-313492841f5595bd07d0912909323f8519363259.tar.gz
NEWS: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 65a98f90d0..b8eb702786 100644
--- a/NEWS
+++ b/NEWS
@@ -36,10 +36,9 @@ See the end for copying conditions.
behavior can be overriden by providing the flag GNUTLS_VERIFY_IGNORE_UNKNOWN_CRIT_EXTENSIONS
to verification functions. Resolves gitlab issue #177.
-** libgnutls: OpenPGP authentication is disabled by default, and the resulting
- library is ABI compatible (with openpgp related functions being stubs that fail
- on invocation). The flag --enable-openpgp-authentication to configure will
- enable OpenPGP authentication support.
+** libgnutls: OpenPGP authentication was removed; the resulting library is ABI
+ compatible, with the openpgp related functions being stubs that fail
+ on invocation.
** libgnutls: Refuse to generate a certificate with an illegal version, or an
illegal serial number. That is, gnutls_x509_crt_set_version() and