Skip to content

Commit 8cb7b64

Browse files
authored
1 parent 01ae689 commit 8cb7b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-reduced-SECLEVEL-in-cipher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const fixtures = require('../common/fixtures');
1919
assert.throws(() => tls.createServer(options, common.mustNotCall()),
2020
/key too small/i);
2121

22-
// Reducing SECLEVEL to 0 in ciphers should allow the use of the old version of OpenSSL
22+
// Reducing SECLEVEL to 0 in ciphers retains compatibility with previous versions of OpenSSL like using a small key.
2323
// As ciphers are getting set before the cert and key get loaded.
2424
options.ciphers = 'DEFAULT:@SECLEVEL=0';
2525
assert.ok(tls.createServer(options, common.mustNotCall()));

0 commit comments

Comments
 (0)