Skip to content

Native Windows support for mysqlnd sha256 authentification #5210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Feb 25, 2020

We implement that on top of Cryptography API: Next Generation (CNG).

We implement that on top of Cryptography API: Next Generation (CNG).
@cmb69
Copy link
Member Author

cmb69 commented Feb 25, 2020

@johannes, @andreyhristov, @weltling, you may want to review.

Copy link
Member

@nikic nikic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Did you do some manual testing for this functionality? We don't have tests for it.

@cmb69
Copy link
Member Author

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.

@cmb69
Copy link
Member Author

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).

@cmb69 cmb69 added the Feature label Feb 28, 2020
@cmb69
Copy link
Member Author

cmb69 commented Mar 2, 2020

Thanks! Applied as a7400d5 and a037702.

@cmb69 cmb69 closed this Mar 2, 2020
@cmb69 cmb69 deleted the cmb/mysqlnd-auth branch March 2, 2020 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants