[CONC-501] OpenSSL: Allow to specify TLS v1.3 cipher suites Created: 2020-09-18 Updated: 2020-09-18 Resolved: 2020-09-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.1.10 |
| Fix Version/s: | 3.1.11 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since TLSv1.3 cipher suites differ from TLSv1.2 and below (and cannot be mixed), they have to be specified with a separate API call, which is not supported yet in Connector/C (and command line clients). |
| Comments |
| Comment by Georg Richter [ 2020-09-18 ] |
|
Implemented in rev. 65cf891e49933b001256d769df0c10c9cdb72a43 |