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: adjust tls-set-ciphers for OpenSSL32 #55016

Merged
merged 1 commit into from
Sep 21, 2024

Commits on Sep 19, 2024

  1. test: adjust tls-set-ciphers for OpenSSL32

    Refs: nodejs#53382
    
    The test failed as it was using AES128 which is not supported
    in OpenSSL32 due to default security level and because
    some error messages have changed.
    
    Adjusted to use AES256 where it made sense and not run
    tests on OpenSSL32 where test was specific to AES128.
    
    Adjust to use the expected error messages based on version.
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d400f68 View commit details
    Browse the repository at this point in the history