Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
-
None
-
all
Description
Schannel doesn't support all cipher suites (especially TLS v.1.2) or maps them not correctly to OpenSSL cipher suite names.
Currently the following cipher suites are supported:
- AES128-SHA
- AES256-SHA
- RC4-SHA
- DES-CBC3-SHA
- AES128-SHA256
- DHE-RSA-AES256-GCM-SHA384
- DHE-RSA-AES128-GCM-SHA256
- DHE-RSA-AES256-SHA
- DHE-RSA-AES128-SHA
- AES128-GCM-SHA256
- RC4-MD5
Missing cipher suites:
- EDH-DSS-DES-CBC3-SHA
- DHE-DSS-AES128-SHA
- AES256-GCM-SHA384
- DHE-RSA-AES128-GCM-SHA256
Attachments
Issue Links
- blocks
-
MDEV-10332 Server 10.2: Add support for OpenSSL 1.1
- Closed