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: increase key size for ca2-cert.pem #54599

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 27, 2024

  1. test: increase key size for ca2-cert.pem

    Refs: nodejs#44498
    Refs: nodejs#53382
    
    Key sizes were increased to 2048 in PR 44498 including
    the configuration file for the generation of ca2-cert.pem.
    However, it seems like updating ca2-cert.pem and related files
    themselves were missed as they were not updated in the PR and
    the ca2-cert.pem reported as being associated with a 1024 bit key.
    I believe that was the cause of some of the failures mentioned in
    nodejs#53382 as OpenSSL 3.2
    increased the default security level from 1 to 2 and that
    would mean that certificates associated with keys of 1024 bits
    would no longer be accepted.
    
    This PR updates the key size for ca2-cert.pem. It was not
    necessary to change the config, only run the generation for
    the ca2-cert.pem and related files.
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    mhdawson committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    27d19d6 View commit details
    Browse the repository at this point in the history