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

[DO NOT MERGE] Support SSL on Windows #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elemount
Copy link
Contributor

This PR is for support SSL on windows, but still not completed for 2 block issue.

  1. 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 Support SCH_CRED_NO_DEFAULT_CREDS flag on AcquireCredentialsHandleA steffengy/schannel-rs#37.
  2. 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.

@blackbeam
Copy link
Owner

Thanks for your work. Looking forward to it.

@elemount elemount force-pushed the master branch 4 times, most recently from 11ec53f to 693ccda Compare December 27, 2018 05:46
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

Successfully merging this pull request may close these issues.

2 participants