@@ -519,7 +519,7 @@ Example:
519519{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }
520520
521521See SSL_CIPHER_get_name() and SSL_CIPHER_get_version() in
522- https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-CIPHERS for more
522+ https://www.openssl.org/docs/man1.0.2/ ssl/ssl.html#DEALING-WITH-CIPHERS for more
523523information.
524524
525525### tlsSocket.getPeerCertificate([ detailed ] )
@@ -799,7 +799,7 @@ dictionary with keys:
799799 (Certificate Revocation List)
800800* ` ciphers ` : A string describing the ciphers to use or exclude.
801801 Consult
802- < https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT >
802+ < https://www.openssl.org/docs/man1.0.2/ apps/ciphers.html#CIPHER-LIST-FORMAT >
803803 for details on the format.
804804* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
805805 instead of the client preferences. For further details see ` tls ` module
@@ -1049,7 +1049,7 @@ var ciphers = tls.getCiphers();
10491049console .log (ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
10501050```
10511051
1052- [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT
1052+ [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/man1.0.2/ apps/ciphers.html#CIPHER-LIST-FORMAT
10531053[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
10541054[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
10551055[ BEAST attacks ] : https://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
@@ -1063,9 +1063,9 @@ console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
10631063[ `'secureConnect'` ] : #tls_event_secureconnect
10641064[ `'secureConnection'` ] : #tls_event_secureconnection
10651065[ Stream ] : stream.html#stream_stream
1066- [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
1066+ [ SSL_METHODS ] : https://www.openssl.org/docs/man1.0.2/ ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
10671067[ tls.Server ] : #tls_class_tls_server
1068- [ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
1068+ [ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/man1.0.2/ ssl/SSL_CTX_set_timeout.html
10691069[ RFC 4492 ] : https://www.rfc-editor.org/rfc/rfc4492.txt
10701070[ Forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
10711071[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
0 commit comments