Skip to content
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

Fix caching_sha2_password padding #489

Closed
bgrainger opened this issue Apr 26, 2018 · 0 comments
Closed

Fix caching_sha2_password padding #489

bgrainger opened this issue Apr 26, 2018 · 0 comments
Assignees

Comments

@bgrainger
Copy link
Member

From https://insidemysql.com/preparing-your-community-connector-for-mysql-8-part-2-sha256/:

It’s important to note that a incompatible change happened in server 8.0.5. Prior to server 8.0.5 the encryption was done using RSA_PKCS1_PADDING. With 8.0.5 it is done with RSA_PKCS1_OAEP_PADDING. This means that if you have implemented support for this authentication scheme for servers prior to 8.0.5 you will need to update your connector to make this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant