gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-57-ga84a6b6


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-57-ga84a6b6
Date: Tue, 01 Sep 2009 04:21:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a84a6b68b296f6e3c987c463238543e89006c713

The branch, master has been updated
       via  a84a6b68b296f6e3c987c463238543e89006c713 (commit)
       via  0e5c57c8f1f66550bae7dbccd3001ad9e51f0739 (commit)
      from  4c439e1cae52209bb74df9a091d04f85de2223de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a84a6b68b296f6e3c987c463238543e89006c713
Author: Daiki Ueno <address@hidden>
Date:   Tue Sep 1 08:02:27 2009 +0900

    Print NewSessionTicket handshake.
    
    Signed-off-by: Simon Josefsson <address@hidden>

commit 0e5c57c8f1f66550bae7dbccd3001ad9e51f0739
Author: Simon Josefsson <address@hidden>
Date:   Mon Aug 31 21:07:04 2009 +0200

    Add.

-----------------------------------------------------------------------

Summary of changes:
 NEWS        |    4 ++++
 lib/debug.c |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index d653759..cda76db 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ Contributed by Daiki Ueno.
 The patch to resolve the X.509 CN/SAN issue accidentally broken
 OpenPGP hostname comparison.
 
+** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
+Reported by Howard Chu <address@hidden> in
+<https://savannah.gnu.org/support/?106975>.
+
 ** Fix use of deprecated types internally.
 Use of deprecated types in GnuTLS from now on will lead to a compile
 error, to prevent this from happening again.
diff --git a/lib/debug.c b/lib/debug.c
index 4ab8d95..f35fc4e 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -88,6 +88,9 @@ _gnutls_handshake2str (gnutls_handshake_description_t 
handshake)
     case GNUTLS_HANDSHAKE_SUPPLEMENTAL:
       return "SUPPLEMENTAL";
       break;
+    case GNUTLS_HANDSHAKE_NEW_SESSION_TICKET:
+      return "NEW SESSION TICKET";
+      break;
     default:
       return "Unknown Handshake packet";
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]