help-gnutls
[Top][All Lists]
Advanced

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

Issue with TLS_ECDHE_RSA_AES_128_CBC_SHA256 cipher suite.


From: Fabrice Gautier
Subject: Issue with TLS_ECDHE_RSA_AES_128_CBC_SHA256 cipher suite.
Date: Mon, 7 Nov 2011 19:14:03 -0800

Hi,

It looks like this cipher suite is using the wrong hash.


>From algorithms/ciphersuites.c:


  GNUTLS_CIPHER_SUITE_ENTRY (GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256,
                             GNUTLS_CIPHER_AES_128_CBC, GNUTLS_KX_ECDHE_RSA,
                             GNUTLS_MAC_SHA1, GNUTLS_TLS1_2,
                             GNUTLS_VERSION_MAX, 1),

Should be GNUTLS_MAC_SHA256 instead of GNUTLS_MAC_SHA1


-- Fabrice



reply via email to

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