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

test: snicallback prioritization issue #54251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. test: add snicallback prioritization test

    Depending on the content of a cert, it seems that OpenSSL
    will prioritize the root cert over the context returned by
    SNICallback. This behavior is unexpected. This PR adds a
    test that demonstrates the behavior. Ideally there is a fix,
    or a explanation for this behavior we can add to the docs.
    
    Fixes: nodejs#54235
    PR-URL: nodejs#54251
    Ethan-Arrowood committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b7afc71 View commit details
    Browse the repository at this point in the history