Uh oh!
There was an error while loading. Please reload this page.
Native Windows support for mysqlnd sha256 authentification - #5210
Conversation
We implement that on top of Cryptography API: Next Generation (CNG).
cmb69
commented
Feb 25, 2020
@johannes, @andreyhristov, @weltling, you may want to review. |
nikic
left a comment
There was a problem hiding this comment.
Nice work! Did you do some manual testing for this functionality? We don't have tests for it.
Uh oh!
There was an error while loading. Please reload this page.
cmb69
commented
Feb 26, 2020
@nikic, thanks! I tested with MySQL 8.0.19 on Windows (users with caching_sha2_password and sha256_password authentication); all mysqli and pdo_mysql tests succeeded. I did not test on other systems. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cmb69
commented
Feb 28, 2020
Any further comments on this PR? If there are no objections, I'll merge this on Monday, so it makes it into PHP 7.4.4 (obviously, some users are eagerly waiting for this functionality). |
We implement that on top of Cryptography API: Next Generation (CNG).