[CONC-431] Use bcrypt on Windows for authentication plugins Created: 2019-08-01 Updated: 2019-09-18 Resolved: 2019-08-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.1.3 |
| Fix Version/s: | 3.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Issue Links: |
|
||||||||
| Description |
|
When configuration option -DWITH_SSL=OFF was specified, the authentication plugins ed25519, caching_sha2_password and sha256_password will be excluded from build. If configuration option -DWITH_SSL=GNUTLS was specified, the caching_sha2_password authentication plugin will only work when a TLS connection was specified. Proposal: Use the native crypt32.lib Windows library for crypto operations. |