We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad8e83 commit 18c9913Copy full SHA for 18c9913
test/parallel/test-https-agent-additional-options.js
@@ -36,6 +36,8 @@ const updatedValues = new Map([
36
['dhparam', fixtures.readKey('dh2048.pem')],
37
['ecdhCurve', 'secp384r1'],
38
['honorCipherOrder', true],
39
+ ['minVersion', 'TLSv1.1'],
40
+ ['maxVersion', 'TLSv1.3'],
41
['secureOptions', crypto.constants.SSL_OP_CIPHER_SERVER_PREFERENCE],
42
['secureProtocol', 'TLSv1_1_method'],
43
['sessionIdContext', 'sessionIdContext'],
0 commit comments