test: adjust tls-set-ciphers for OpenSSL32 · nodejs/node@39a80ee · GitHub
Skip to content

Commit 39a80ee

Browse files
mhdawsonmarco-ippolito
authored andcommitted
test: adjust tls-set-ciphers for OpenSSL32
Refs: #53382 The test failed as it was using AES128 which is not supported in OpenSSL32 due to default security level and because some error messages have changed. Adjusted to use AES256 where it made sense and not run tests on OpenSSL32 where test was specific to AES128. Adjust to use the expected error messages based on version. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #55016 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b1cad51 commit 39a80ee

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

test/parallel/test-tls-set-ciphers.js

Lines changed: 19 additions & 10 deletions

0 commit comments

Comments
 (0)