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

Handle OpenSSL 3.0 KTLS ctrl calls #12034

Merged
merged 1 commit into from
May 3, 2022

Conversation

1player
Copy link
Contributor

@1player 1player commented Apr 28, 2022

OpenSSL 3.0 has optional support for Kernel TLS, we don't support it yet but we need to handle the BIO calls to avoid spurious warning messages.

Fixes #12025

We don't support KTLS yet, so just do nothing when we receive KTLS
ctrl messages.
@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:crypto labels Apr 28, 2022
@straight-shoota straight-shoota added this to the 1.5.0 milestone Apr 29, 2022
@straight-shoota straight-shoota merged commit a666ea9 into crystal-lang:master May 3, 2022
carlhoerberg added a commit to 84codes/crystal-container-images that referenced this pull request May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:crypto
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WARNING: Unsupported BIO ctrl call
3 participants