summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-10-20 09:13:52 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-10-20 09:13:52 +0200
commitdd08a6a61cb37079ad6c384bc39896896c8aecaf (patch)
tree2a6a23871058c69f1edc1f1cd20eb632c9a6e83b /NEWS
parent1b93f45fbd144cdf7095102bf6927c97019cf2e7 (diff)
downloadgnutls-dd08a6a61cb37079ad6c384bc39896896c8aecaf.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2803493377..27356b3a9b 100644
--- a/NEWS
+++ b/NEWS
@@ -14,11 +14,16 @@ See the end for copying conditions.
size at 192-bits.
** libgnutls: When writing a certificate into a PKCS #11 token, ensure
- that CKA_SERIAL_NUMBER and CKA_ISSUER are written.
+ that CKA_SERIAL_NUMBER and CKA_ISSUER are written. Reported by Sumit
+ Bose.
** libgnutls: Allow the presence of legacy ciphers and key exchanges in
priority strings and consider them a no-op.
+** libgnutls: Handle the extended master secret as a mandatory extension.
+ That fixes incompatibility issues with Chromium (#45). Reported by
+ Hubert Kario.
+
** libgnutls: Added the ability to copy a public key into a PKCS #11
token.