summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-25 08:32:17 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-25 08:32:17 +0100
commit6403290f71dd3d2d68367210e12d4ec6c43e5bb9 (patch)
treeeaf11e80bf9f5f282afd2b6969fca2760e03bee8
parent1ac93d97f4539767ea95e0d7bdaf3a6a89d33bc1 (diff)
downloadgnutls-6403290f71dd3d2d68367210e12d4ec6c43e5bb9.tar.gz
NEWS: updatedgnutls_3_6_6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c56c9dd78f..bfc895f0f3 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ See the end for copying conditions.
** libgnutls: Added support for raw public-key authentication as defined in RFC7250.
Raw public-keys can be negotiated by enabling the corresponding certificate
types via the priority strings. The raw public-key mechanism must be explicitly
- enabled via the GNUTLS_ENABLE_RAWPK init flag.
+ enabled via the GNUTLS_ENABLE_RAWPK init flag (#26, #280).
** libgnutls: When on server or client side we are sending no extensions we do
not set an empty extensions field but we rather remove that field competely.
@@ -27,13 +27,14 @@ See the end for copying conditions.
disable extensions at all cases, while providing a functional session. This
also implies that when specified, TLS1.3 is disabled.
-** GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION was marked as deprecated. The previous
- definition was buggy and non-functional.
+** libgnutls: GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION was marked as deprecated.
+ The previous definition was non-functional (#609).
** API and ABI modifications:
GNUTLS_ENABLE_RAWPK: Added
GNUTLS_ENABLE_CERT_TYPE_NEG: Removed (was no-op; replaced by GNUTLS_ENABLE_RAWPK)
GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: Deprecated
+GNUTLS_PCERT_NO_CERT: Deprecated
* Version 3.6.5 (released 2018-12-01)