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 key sizes to support OpenSSL32 #54972

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 16, 2024

  1. test: adjust key sizes to support OpenSSL32

    Refs: nodejs#53382
    
    This test fails on OpenSSL32 because it complains the key
    being used is too short.
    
    Adjust the key sizes so that they will pass on OpenSSL32 in
    addition to other OpenSSL3 versions.
    
    Since the keys are not public key related I don't think the
    increase in key size will be too bad in terms of performance so
    I've just increased versus guarding for OpenSSL32
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    144158e View commit details
    Browse the repository at this point in the history