test: adjust key sizes to support OpenSSL32 · nodejs/node@ee5624b · GitHub
Skip to content

Commit ee5624b

Browse files
mhdawsonmarco-ippolito
authored andcommitted
test: adjust key sizes to support OpenSSL32
Refs: #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 <midawson@redhat.com> PR-URL: #54972 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5c11a61 commit ee5624b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

test/parallel/test-tls-getcipher.js

Lines changed: 9 additions & 9 deletions

0 commit comments

Comments
 (0)