@@ -1198,7 +1198,8 @@ changes:
11981198 ` object.passphrase ` if provided, or ` options.passphrase ` if it is not.
11991199 * ` maxVersion ` {string} Optionally set the maximum TLS version to allow. One
12001200 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 ` ] [ ] .
12021203 * ` minVersion ` {string} Optionally set the minimum TLS version to allow. One
12031204 of ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified along with the
12041205 ` 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`.
15051506[ `server.setTicketKeys()` ] : #tls_server_setticketkeys_keys
15061507[ `socket.setTimeout(timeout)` ] : #net_socket_settimeout_timeout_callback
15071508[ `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
15081511[ `tls.Server` ] : #tls_class_tls_server
15091512[ `tls.TLSSocket.getPeerCertificate()` ] : #tls_tlssocket_getpeercertificate_detailed
15101513[ `tls.TLSSocket.getSession()` ] : #tls_tlssocket_getsession
0 commit comments