@@ -519,7 +519,7 @@ Example:
519
519
{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }
520
520
521
521
See 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
523
523
information.
524
524
525
525
### tlsSocket.getPeerCertificate([ detailed ] )
@@ -799,7 +799,7 @@ dictionary with keys:
799
799
(Certificate Revocation List)
800
800
* ` ciphers ` : A string describing the ciphers to use or exclude.
801
801
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 >
803
803
for details on the format.
804
804
* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
805
805
instead of the client preferences. For further details see ` tls ` module
@@ -1049,7 +1049,7 @@ var ciphers = tls.getCiphers();
1049
1049
console .log (ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
1050
1050
```
1051
1051
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
1053
1053
[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
1054
1054
[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
1055
1055
[ 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', ...]
1063
1063
[ `'secureConnect'` ] : #tls_event_secureconnect
1064
1064
[ `'secureConnection'` ] : #tls_event_secureconnection
1065
1065
[ 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
1067
1067
[ 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
1069
1069
[ RFC 4492 ] : https://www.rfc-editor.org/rfc/rfc4492.txt
1070
1070
[ Forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
1071
1071
[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
0 commit comments