@@ -1011,8 +1011,7 @@ Protocol versions are:
1011
1011
* ` 'TLSv1.2' `
1012
1012
* ` 'TLSv1.3' `
1013
1013
1014
- See < https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html > for more
1015
- information.
1014
+ See the OpenSSL [ ` SSL_get_version ` ] [ ] documentation for more information.
1016
1015
1017
1016
### tlsSocket.getSession()
1018
1017
<!-- YAML
@@ -1477,9 +1476,8 @@ and [`server.addContext()`][], but has no public methods.
1477
1476
A key is * required* for ciphers that make use of certificates. Either ` key ` or
1478
1477
` pfx ` can be used to provide it.
1479
1478
1480
- If the 'ca' option is not given, then Node.js will use the default
1481
- publicly trusted list of CAs as given in
1482
- < https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt > .
1479
+ If the ` ca ` option is not given, then Node.js will default to using
1480
+ [ Mozilla's publicly trusted list of CAs] [ ] .
1483
1481
1484
1482
## tls.createServer([ options] [ , secureConnectionListener ] )
1485
1483
<!-- YAML
@@ -1769,6 +1767,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
1769
1767
[ `'session'` ] : #tls_event_session
1770
1768
[ `--tls-cipher-list` ] : cli.html#cli_tls_cipher_list_list
1771
1769
[ `NODE_OPTIONS` ] : cli.html#cli_node_options_options
1770
+ [ `SSL_get_version` ] : https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html
1772
1771
[ `crypto.getCurves()` ] : crypto.html#crypto_crypto_getcurves
1773
1772
[ `net.createServer()` ] : net.html#net_net_createserver_options_connectionlistener
1774
1773
[ `net.Server.address()` ] : net.html#net_server_address
@@ -1799,6 +1798,7 @@ where `secureSocket` has the same API as `pair.cleartext`.
1799
1798
[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
1800
1799
[ ECDHE ] : https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman
1801
1800
[ Forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
1801
+ [ Mozilla's publicly trusted list of CAs ] : https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
1802
1802
[ OCSP request ] : https://en.wikipedia.org/wiki/OCSP_stapling
1803
1803
[ OpenSSL Options ] : crypto.html#crypto_openssl_options
1804
1804
[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
0 commit comments