[CONC-439] Value of MARIADB_OPT_TLS_CIPHER_STRENGTH option is no longer used Created: 2019-09-18 Updated: 2021-02-03 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | Documentation |
| Affects Version/s: | 3.1.4 |
| Fix Version/s: | 3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB Connector/C added the MARIADB_OPT_SSL_CIPHER_STRENGTH option in the following commit: https://github.com/MariaDB/mariadb-connector-c/commit/509b948e7dda787d02f6c8fdd236060e4d38ad72 It looks like it was renamed to MARIADB_OPT_TLS_CIPHER_STRENGTH, probably in the following commit: https://github.com/MariaDB/mariadb-connector-c/commit/4b1e94bccce482e979f1f337ba66d8c8a982ee84 It looks like this option's value was once used to set the "minimim cipher strength" for Schannel on Windows. However, it looks like the value has been unused since this commit: Does this option serve any purpose anymore? |