@@ -1178,6 +1178,9 @@ being issued by trusted CA (`options.ca`).
1178
1178
<!-- YAML
1179
1179
added: v0.11.3
1180
1180
changes:
1181
+ - version: REPLACEME
1182
+ pr-url: https://github.com/nodejs/node/pull/27816
1183
+ description: The `hints` option is now supported.
1181
1184
- version: v12.2.0
1182
1185
pr-url: https://github.com/nodejs/node/pull/27497
1183
1186
description: The `enableTrace` option is now supported.
@@ -1248,13 +1251,9 @@ changes:
1248
1251
[ ` tls.createSecureContext() ` ] [ ] . If a ` secureContext ` is _ not_ provided, one
1249
1252
will be created by passing the entire ` options ` object to
1250
1253
` tls.createSecureContext() ` .
1251
- * ` lookup ` : {Function} Custom lookup function. ** Default:**
1252
- [ ` dns.lookup() ` ] [ ] .
1253
- * ` timeout ` : {number} If set and if a socket is created internally, will call
1254
- [ ` socket.setTimeout(timeout) ` ] [ ] after the socket is created, but before it
1255
- starts the connection.
1256
1254
* ...: [ ` tls.createSecureContext() ` ] [ ] options that are used if the
1257
1255
` secureContext ` option is missing, otherwise they are ignored.
1256
+ * ...: Any [ ` socket.connect() ` ] [ ] option not already listed.
1258
1257
* ` callback ` {Function}
1259
1258
* Returns: {tls.TLSSocket}
1260
1259
@@ -1771,7 +1770,6 @@ where `secureSocket` has the same API as `pair.cleartext`.
1771
1770
[ `--tls-cipher-list` ] : cli.html#cli_tls_cipher_list_list
1772
1771
[ `NODE_OPTIONS` ] : cli.html#cli_node_options_options
1773
1772
[ `crypto.getCurves()` ] : crypto.html#crypto_crypto_getcurves
1774
- [ `dns.lookup()` ] : dns.html#dns_dns_lookup_hostname_options_callback
1775
1773
[ `net.createServer()` ] : net.html#net_net_createserver_options_connectionlistener
1776
1774
[ `net.Server.address()` ] : net.html#net_server_address
1777
1775
[ `net.Server` ] : net.html#net_class_net_server
@@ -1781,7 +1779,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
1781
1779
[ `server.getTicketKeys()` ] : #tls_server_getticketkeys
1782
1780
[ `server.listen()` ] : net.html#net_server_listen
1783
1781
[ `server.setTicketKeys()` ] : #tls_server_setticketkeys_keys
1784
- [ `socket.setTimeout(timeout )` ] : #net_socket_settimeout_timeout_callback
1782
+ [ `socket.connect( )` ] : net.html#net_socket_connect_options_connectlistener
1785
1783
[ `tls.DEFAULT_ECDH_CURVE` ] : #tls_tls_default_ecdh_curve
1786
1784
[ `tls.DEFAULT_MAX_VERSION` ] : #tls_tls_default_max_version
1787
1785
[ `tls.DEFAULT_MIN_VERSION` ] : #tls_tls_default_min_version
0 commit comments