[CONC-386] Support PEM files containing multiple key hash formats on Windows Created: 2019-01-15 Updated: 2020-08-25 Resolved: 2019-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.8 |
| Fix Version/s: | 3.0.11, 3.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
With the switch to SChannel with Connector/C 3.0 this seems to have stopped working. Schannel converts PEM (base64) to DER (binary). It looks like it's not possible with the SChannel/Crypto API to read more than one base64 section. This also affects all connectors building upon the C one, like our Connector/ODBC. MySQL ODBC 8.0.13 on the other hand seems to support such PEM files just fine. |