summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-31 15:05:43 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-31 15:05:43 +0200
commit03b51d01f327150048f9940f182dca213c31c8d8 (patch)
tree0bda5c1d4f8d0f03421a3455be544c6b89df2c36
parent3c10e94f134bbb8f653eac6b4464a734129ae9cd (diff)
downloadgnutls-03b51d01f327150048f9940f182dca213c31c8d8.tar.gz
Add.
-rw-r--r--AUTHORS5
-rw-r--r--NEWS3
2 files changed, 6 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 53759b7c95..7c99e6ebe7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,7 +7,7 @@ The copyright holder for GnuTLS is Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Simon Josefsson <simon@josefsson.org>
-Current maintainer.
+Current maintainer; draft TLS 1.2 support.
Nikos Mavrogiannopoulos <nmav@gnutls.org>
Original author and maintainer of GnuTLS.
@@ -52,7 +52,8 @@ David Marín Carreño <davefx@gmail.com>
Added gnutls_x509_crq_get_key_id.
Daiki Ueno <ueno@unixuser.org>
-Added TLS Session Ticket (RFC 5077) support.
+Added TLS Session Ticket (RFC 5077) support,
+finished client-side TLS 1.2 support.
Jonathan Bastien-Filiatrault <joe@x2a.org>
Fix TLS-version checks.
diff --git a/NEWS b/NEWS
index cfa7c88cb5..d6537590b7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the end for copying conditions.
* Version 2.9.4 (unreleased)
+** libgnutls: Client-side TLS 1.2 now works.
+Contributed by Daiki Ueno.
+
** libgnutls: Make OpenPGP hostname checking work again.
The patch to resolve the X.509 CN/SAN issue accidentally broken
OpenPGP hostname comparison.