summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-14 14:47:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-14 14:47:14 +0200
commit13480c88e5846248fd32e21aeed85d94ade455a4 (patch)
treedeb7123705e27b39c208a25c03231c7a38c2e9bf
parentc6fc7ec81a41473766fa42a4b2cdeb47ba031b9b (diff)
downloadgnutls-13480c88e5846248fd32e21aeed85d94ade455a4.tar.gz
documented fix
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac52ffeafc..0e63ba8c1b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,16 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
+* Version 2.12.9 (unreleased)
+
+** libgnutls: When asking for a PIN multiple times, the
+flags in the callback were not being updated to reflect
+for PIN low count or final try.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 2.12.8 (released 2011-08-08)
** libgnutls: PKCS #11 back-end was replaced by p11-kit
@@ -13,7 +23,7 @@ the 3.0.0 PKCS #11 back-end. Rewrite by Stef Walter.
with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0.
Patch by Andreas Metzler.
-** libgnutls: Verify that a certificate liste specified
+** libgnutls: Verify that a certificate list specified
using gnutls_certificate_set_x509_key*(), is sorted
according to TLS specification (from subject to issuer).