Uh oh!
There was an error while loading. Please reload this page.
crypto: handle missing OPENSSL_TLS_SECURITY_LEVEL - #58103
Merged
Conversation
nodejs-github-bot
commented
May 1, 2025
Collaborator
Review requested:
|
lpinca
approved these changes
May 2, 2025
nodejs-github-bot
commented
May 2, 2025
Collaborator
tniessen
commented
May 2, 2025
Member
FWIW, the default value is only |
nodejs-github-bot
commented
May 5, 2025
Collaborator
jasnell
approved these changes
May 7, 2025
RafaelGSS
approved these changes
May 7, 2025
nodejs-github-bot
commented
May 12, 2025
Collaborator
nodejs-github-bot
commented
May 12, 2025
Collaborator
Landed in f56590e |
targos pushed a commit
that referenced
this pull request
May 16, 2025
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>
aduh95
commented
Jun 10, 2025
Contributor
This does not land cleanly on v22.x-staging |
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 18, 2025
PR-URL: nodejs/node#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>
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 18, 2025
PR-URL: nodejs/node#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>
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 25, 2025
PR-URL: nodejs/node#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>
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 25, 2025
PR-URL: nodejs/node#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>
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 25, 2025
PR-URL: nodejs/node#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>
npaun pushed a commit
to npaun/ncrypto
that referenced
this pull request
Sep 26, 2025
PR-URL: nodejs/node#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>
anonrig pushed a commit
to nodejs/ncrypto
that referenced
this pull request
Sep 26, 2025
PR-URL: nodejs/node#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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OPENSSL_TLS_SECURITY_LEVELisn't defined at all in BoringSSL and will cause compilation failures.Ref #57323
Ref #56601
See boringssl search results