[CONC-597] TLS / SSL naming mixups in mariadb_get_infov() manpage Created: 2022-06-04 Updated: 2022-06-04 Resolved: 2022-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Documentation, TLS/SSL |
| Affects Version/s: | 3.2, 3.3 |
| Fix Version/s: | 3.3.2 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Hartmut Holzgraefe | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
man/mariadb_get_infov.3 mentions options MARIADB_SSL_LIBRARY, MARIADB_CONNECTION_SSL_VERSION and MARIADB_CONNECTION_SSL_VERSION_ID, but in the code these constants have "TLS" in their name, not "SSL" Same mixup is also present in the knowledge base page https://mariadb.com/kb/en/mariadb_get_infov/ |
| Comments |
| Comment by Hartmut Holzgraefe [ 2022-06-04 ] |
|
Pull request submitted: https://github.com/mariadb-corporation/mariadb-connector-c/pull/198 I also fixed the KB page, but I'm not sure whether that one may actually be auto-generated so that things may get overwritten again later? |
| Comment by Georg Richter [ 2022-06-04 ] |
|
Fixed in 3.3 - Version 3.2 will be discontinued. |