-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
crypto: handle missing OPENSSL_TLS_SECURITY_LEVEL #58103
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
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FWIW, the default value is only |
Landed in f56590e |
PR-URL: #58103 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This does not land cleanly on v22.x-staging |
OPENSSL_TLS_SECURITY_LEVEL
isn't defined at all in BoringSSL and will cause compilation failures.Ref #57323
Ref #56601
See boringssl search results