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

feat(solver): add tls-alpn-01 challenge solver #7

Merged
merged 8 commits into from Apr 4, 2023
Merged

Conversation

akrantz01
Copy link
Owner

Adds a solver for the TLS-ALPN-01 challenge.

We needed to re-implement parts of tokio-native-tls and native-tls since they do not provide enough control over the SSL acceptor in favor of cross-system compatibility. Furthermore, we also needed to pull in rcgen since openssl does not support custom extensions or marking them as critical.

@akrantz01 akrantz01 merged commit e7a7841 into main Apr 4, 2023
5 of 6 checks passed
@akrantz01 akrantz01 deleted the tls-alpn-01 branch April 4, 2023 08:04
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.

None yet

1 participant