@@ -1198,7 +1198,8 @@ changes:
1198
1198
` object.passphrase ` if provided, or ` options.passphrase ` if it is not.
1199
1199
* ` maxVersion ` {string} Optionally set the maximum TLS version to allow. One
1200
1200
of ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified along with the
1201
- ` secureProtocol ` option, use one or the other. ** Default:** [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] .
1201
+ ` secureProtocol ` option, use one or the other.
1202
+ ** Default:** [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] .
1202
1203
* ` minVersion ` {string} Optionally set the minimum TLS version to allow. One
1203
1204
of ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified along with the
1204
1205
` secureProtocol ` option, use one or the other. It is not recommended to use
@@ -1505,6 +1506,8 @@ where `secureSocket` has the same API as `pair.cleartext`.
1505
1506
[ `server.setTicketKeys()` ] : #tls_server_setticketkeys_keys
1506
1507
[ `socket.setTimeout(timeout)` ] : #net_socket_settimeout_timeout_callback
1507
1508
[ `tls.DEFAULT_ECDH_CURVE` ] : #tls_tls_default_ecdh_curve
1509
+ [ `tls.DEFAULT_MAX_VERSION` ] : #tls_tls_default_max_version
1510
+ [ `tls.DEFAULT_MIN_VERSION` ] : #tls_tls_default_min_version
1508
1511
[ `tls.Server` ] : #tls_class_tls_server
1509
1512
[ `tls.TLSSocket.getPeerCertificate()` ] : #tls_tlssocket_getpeercertificate_detailed
1510
1513
[ `tls.TLSSocket.getSession()` ] : #tls_tlssocket_getsession
0 commit comments