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

Add OpenSSL support #21

Merged
merged 1 commit into from
Mar 22, 2022
Merged

Add OpenSSL support #21

merged 1 commit into from
Mar 22, 2022

Conversation

jacob-pro
Copy link
Contributor

I just discovered native-tls doesn't support client certificate verification :(

sfackler/rust-native-tls#161

So I need to use openssl instead, fortunately your trait design has made this very easy @tmccombs :)

Copy link
Owner

@tmccombs tmccombs left a comment

Choose a reason for hiding this comment

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

There are some conflicts that need to be resolved.

src/net.rs Outdated Show resolved Hide resolved
@tmccombs tmccombs merged commit 9575c76 into tmccombs:main Mar 22, 2022
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