[Webkit-unassigned] [Bug 214915] [Curl][WinCairo] Remove deprecated cipher suites.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 02:19:30 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214915

--- Comment #3 from Takashi Komori <takashi.komori at sony.com> ---
(In reply to Basuke Suzuki from comment #2)
> Looks good to me.
> 
> If possible, can you point the default set of ciphers libcurl uses? It is
> not clear which cipher suites are removed.

In WinCairo port cipher suites below are enabled.

AES_128_GCM_SHA256
CHACHA20_POLY1305_SHA256
AES_256_GCM_SHA384
ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
ECDHE_RSA_WITH_AES_128_GCM_SHA256
ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
ECDHE_RSA_WITH_AES_256_GCM_SHA384
ECDHE_ECDSA_WITH_AES_256_CBC_SHA
ECDHE_ECDSA_WITH_AES_128_CBC_SHA
ECDHE_RSA_WITH_AES_128_CBC_SHA
ECDHE_RSA_WITH_AES_256_CBC_SHA
DHE_RSA_WITH_AES_128_CBC_SHA
DHE_RSA_WITH_AES_256_CBC_SHA
RSA_WITH_AES_128_CBC_SHA
RSA_WITH_AES_256_CBC_SHA
RSA_WITH_3DES_EDE_CBC_SHA

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200731/7b49cafd/attachment.htm>


More information about the webkit-unassigned mailing list