We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7366519 commit ff22176Copy full SHA for ff22176
test/parallel/test-tls-min-max-version.js
@@ -23,7 +23,7 @@ function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) {
23
ciphers = 'ALL@SECLEVEL=0';
24
}
25
if (common.hasOpenSSL3 && cerr === 'ERR_SSL_TLSV1_ALERT_PROTOCOL_VERSION') {
26
- ciphers = 'DEFAULT@SECLEVEL=0';
+ ciphers = 'DEFAULT@SECLEVEL=0';
27
28
// Report where test was called from. Strip leading garbage from
29
// at Object.<anonymous> (file:line)
0 commit comments