-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Comments
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
@mmomtchev What versions of OpenSSL and Node.js are you running? - Clerkie |
Fixed by #44498 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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 ofagent4-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?
Additional information
No response
The text was updated successfully, but these errors were encountered: