summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-29 09:55:36 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 11:40:50 +0200
commit714e81625fbbe3988c42e330624ac12559320c0f (patch)
treebf2cb5230d0cf327af7305ed11d0c41af265c0e7 /NEWS
parent9e400c33104e9f2e394e8914e7d6138e623da19e (diff)
downloadgnutls-714e81625fbbe3988c42e330624ac12559320c0f.tar.gz
OpenPGP authentication is disabled by default
The flag --enable-openpgp-authenticationcan be used to revert this change. Resolves #178 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a5db9610f5..553059b9e3 100644
--- a/NEWS
+++ b/NEWS
@@ -33,9 +33,10 @@ 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: The --disable-openpgp-authentication configure option will provide
- an ABI-compatible library, with the openpgp functionality implemented as stubs.
- The stubs are functions which only return an error on call.
+** libgnutls: OpenPGP authentication is disabled by default, and the resulting
+ library is ABI compatible (will openpgp related functions being stubs that fail
+ on invocation). The flag --enable-openpgp-authentication to configure will
+ enable OpenPGP authentication support.
** libgnutls: Refuse to generate a certificate with an illegal version, or an
illegal serial number. That is, gnutls_x509_crt_set_version() and