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_7-36-gac35cd8


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-36-gac35cd8
Date: Sun, 01 Nov 2009 12:57:33 +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=ac35cd8455b6043bdb2ddc1c46979d24b23a5bcf

The branch, master has been updated
       via  ac35cd8455b6043bdb2ddc1c46979d24b23a5bcf (commit)
      from  5f3d02d6bd9f46568b89e19120e425d5e25dc11c (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 ac35cd8455b6043bdb2ddc1c46979d24b23a5bcf
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Nov 1 14:57:24 2009 +0200

    Do not output error if a server replies with a SignatureAlgorithms 
extension.

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

Summary of changes:
 lib/ext_signature.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lib/ext_signature.c b/lib/ext_signature.c
index 828c006..fec09df 100644
--- a/lib/ext_signature.c
+++ b/lib/ext_signature.c
@@ -216,7 +216,11 @@ _gnutls_signature_algorithm_recv_params (gnutls_session_t 
session,
     {
       /* nothing for now */
       gnutls_assert ();
-      return GNUTLS_E_UNEXPECTED_PACKET;
+      /* Although TLS 1.2 mandates that we must not accept reply
+       * to this message, there are good reasons to just ignore it. Check
+       * http://www.ietf.org/mail-archive/web/tls/current/msg03880.html
+       */
+      /* return GNUTLS_E_UNEXPECTED_PACKET; */
     }
   else
     {


hooks/post-receive
-- 
GNU gnutls




reply via email to

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