@@ -439,7 +439,7 @@ Example:
439
439
{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }
440
440
441
441
See SSL_CIPHER_get_name() and SSL_CIPHER_get_version() in
442
- https://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_CIPHERS for more
442
+ https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-CIPHERS for more
443
443
information.
444
444
445
445
### tlsSocket.getPeerCertificate([ detailed ] )
@@ -673,7 +673,7 @@ dictionary with keys:
673
673
(Certificate Revocation List)
674
674
* ` ciphers ` : A string describing the ciphers to use or exclude.
675
675
Consult
676
- < https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT >
676
+ < https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT >
677
677
for details on the format.
678
678
* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
679
679
instead of the client preferences. For further details see ` tls ` module
@@ -911,7 +911,7 @@ var ciphers = tls.getCiphers();
911
911
console .log (ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
912
912
```
913
913
914
- [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
914
+ [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT
915
915
[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
916
916
[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
917
917
[ BEAST attacks ] : https://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
@@ -925,7 +925,7 @@ console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
925
925
[ `'secureConnect'` ] : #tls_event_secureconnect
926
926
[ `'secureConnection'` ] : #tls_event_secureconnection
927
927
[ Stream ] : stream.html#stream_stream
928
- [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_PROTOCOL_METHODS
928
+ [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
929
929
[ tls.Server ] : #tls_class_tls_server
930
930
[ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
931
931
[ RFC 4492 ] : https://www.rfc-editor.org/rfc/rfc4492.txt
0 commit comments