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 openssl support for encrypted connections #287

Open
andreas-bok-sociomantic opened this issue Apr 12, 2018 · 1 comment
Open

Fix openssl support for encrypted connections #287

andreas-bok-sociomantic opened this issue Apr 12, 2018 · 1 comment

Comments

@andreas-bok-sociomantic
Copy link
Contributor

andreas-bok-sociomantic commented Apr 12, 2018

Handshaking

Investigate and implement correctly the authentication process with the MySQL for encrypted connections. This is currently broken as noted here: #286 (comment)

Non-blocking encrypted IO

Reading and writing encrypted data with SSL_read and SSL_write should be non-blocking if the client sets the connection as such.

Add unittests for encrypted connections

Unittests should be added to prevent future bugs in the support for encrypted connections

@smanolache
Copy link
Contributor

smanolache commented May 26, 2020

I try to address the issue in the following pull request: #345

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

No branches or pull requests

2 participants