File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1050,6 +1050,8 @@ changes:
1050
1050
certificate, and the handshake will fail.
1051
1051
* ` ciphers ` {string} Optional cipher suite specification, replacing the
1052
1052
default. For more information, see [ modifying the default cipher suite] [ ] .
1053
+ Permitted ciphers can be obtained via [ ` tls.getCiphers() ` ] [ ] . Cipher names
1054
+ must be uppercased in order for OpenSSL to accept them.
1053
1055
* ` clientCertEngine ` {string} Optional name of an OpenSSL engine which can
1054
1056
provide the client certificate.
1055
1057
* ` crl ` {string|string[ ] |Buffer|Buffer[ ] } Optional PEM formatted
@@ -1386,6 +1388,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
1386
1388
[ `tls.createSecureContext()` ] : #tls_tls_createsecurecontext_options
1387
1389
[ `tls.createSecurePair()` ] : #tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized_options
1388
1390
[ `tls.createServer()` ] : #tls_tls_createserver_options_secureconnectionlistener
1391
+ [ `tls.getCiphers()` ] : #tls_tls_getciphers
1389
1392
[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Cipher-Suites
1390
1393
[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
1391
1394
[ ECDHE ] : https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman
You can’t perform that action at this time.
0 commit comments