Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Failing unit tests: Ubuntu 22.04 requires RSA keys >= 2048 #44497

Closed
mmomtchev opened this issue Sep 2, 2022 · 2 comments
Closed

Failing unit tests: Ubuntu 22.04 requires RSA keys >= 2048 #44497

mmomtchev opened this issue Sep 2, 2022 · 2 comments

Comments

@mmomtchev
Copy link
Contributor

Version

v18.8.0

Platform

Ubuntu 22.04 Jammy

Subsystem

test

What steps will reproduce the bug?

make -j4 test
Failing tests:
test/sequential/test-tls-securepair-client.js fails because of agent4-key.pem
test/parallel/test-tls-server-verify.js
test/parallel/test-tls-env-extra-ca.js

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior?

No response

What do you see instead?

4057E2CF4E7F0000:error:0A00018F:SSL routines:SSL_CTX_use_certificate:ee key too small:../deps/openssl/openssl/ssl/ssl_rsa.c:221:

Additional information

No response

mmomtchev added a commit to mmomtchev/node that referenced this issue Sep 2, 2022
OpenSSL now requires at least 2048
Refs: nodejs#44497
mmomtchev added a commit to mmomtchev/node that referenced this issue Sep 3, 2022
Ubuntu 22.04 Jammy rejects 1024 bit RSA Keys
Refs: nodejs#44497
mmomtchev added a commit to mmomtchev/node that referenced this issue Sep 25, 2022
Ubuntu 22.04 Jammy rejects 1024 bit RSA Keys

Refs: nodejs#44497
lpinca pushed a commit that referenced this issue Sep 27, 2022
Ubuntu 22.04 Jammy rejects 1024 bit RSA Keys

PR-URL: #44498
Refs: #44497
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
danielleadams pushed a commit that referenced this issue Oct 11, 2022
Ubuntu 22.04 Jammy rejects 1024 bit RSA Keys

PR-URL: #44498
Refs: #44497
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
@krrishdholakia
Copy link

@mmomtchev What versions of OpenSSL and Node.js are you running? - Clerkie

@mmomtchev
Copy link
Contributor Author

Fixed by #44498

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants