rust-mysql-simple
rust-mysql-simple copied to clipboard
[DO NOT MERGE] Support SSL on Windows
This PR is for support SSL on windows, but still not completed for 2 block issue.
- schannel-rs do not support set a flag, without the flag the connection will fail. I raised a issue for it and after the flag is supported, it works https://github.com/steffengy/schannel-rs/issues/37.
- schannel-rs do not have a full support for cert/private key, the code for an addtional client cert and client key is not completed. Waiting schannel-rs's improvement. Actually, it has a commit already, just not released.
Thanks for your work. Looking forward to it.