darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipher

Credit (for catching a cipher I forgot to add to the blocked ciphers list):
https://www.ssllabs.com/ssltest/viewMyClient.html
This commit is contained in:
Nick Zitzmann 2013-10-02 21:19:28 -05:00
parent 3c3622b662
commit 173160c0d0
1 changed files with 1 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@ static CURLcode darwinssl_connect_step1(struct connectdata *conn,
case SSL_NULL_WITH_NULL_NULL:
case SSL_RSA_WITH_NULL_MD5:
case SSL_RSA_WITH_NULL_SHA:
case 0x003B: /* TLS_RSA_WITH_NULL_SHA256 */
case SSL_FORTEZZA_DMS_WITH_NULL_SHA:
case 0xC001: /* TLS_ECDH_ECDSA_WITH_NULL_SHA */
case 0xC006: /* TLS_ECDHE_ECDSA_WITH_NULL_SHA */