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

_______________________________________________
Help-gnutls mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to