[CONC-321] OpenSSL 1.1.1 support Created: 2018-04-06 Updated: 2018-04-24 Resolved: 2018-04-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.3 |
| Fix Version/s: | 3.0.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Add support for TLS v1.3 (OpenSSL 1.1.1) TLSv1.3 can't use cipher suites from prior tls protocol versions, TLS v.1.3 cipher suites must be set via new api call SSL_set_ciphersuites, older cipher suites by api call SSL_set_cipher_list |