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: update tls test to support OpenSSL32 #55030

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mhdawson
Copy link
Member

Refs: #53382

OpenSSL32 does not support AES128 and DH 1024 to
update test to use newer algorithms.

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 20, 2024
@mhdawson
Copy link
Member Author

@aduh95
Copy link
Contributor

aduh95 commented Sep 20, 2024

Typo in the commit message / PR title s/uptdate/update/

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.23%. Comparing base (291d90a) to head (1afeee6).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55030      +/-   ##
==========================================
+ Coverage   88.04%   88.23%   +0.19%     
==========================================
  Files         652      652              
  Lines      183764   183855      +91     
  Branches    35862    35852      -10     
==========================================
+ Hits       161787   162218     +431     
+ Misses      15233    14912     -321     
+ Partials     6744     6725      -19     

see 73 files with indirect coverage changes

Refs: nodejs#53382

OpenSSL32 does not support AES128 and DH 1024 to
update test to use newer algorithms.

Signed-off-by: Michael Dawson <midawson@redhat.com>
@mhdawson
Copy link
Member Author

@aduh95 fixed

@mhdawson mhdawson changed the title test: uptdate tls test to support OpenSSL32 test: update tls test to support OpenSSL32 Sep 20, 2024
@RedYetiDev RedYetiDev added the openssl Issues and PRs related to the OpenSSL dependency. label Sep 20, 2024
@lpinca lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2024
@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants