@@ -735,7 +735,7 @@ fields:
735
735
(Certificate Revocation List).
736
736
* ` ciphers ` : A string describing the ciphers to use or exclude.
737
737
Consult
738
- < https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT >
738
+ < https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT >
739
739
for details on the format.
740
740
* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
741
741
instead of the client preferences. For further details see ` tls ` module
@@ -998,7 +998,7 @@ console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
998
998
```
999
999
1000
1000
1001
- [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
1001
+ [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT
1002
1002
[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
1003
1003
[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
1004
1004
[ BEAST attacks ] : https://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
@@ -1013,7 +1013,7 @@ console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
1013
1013
[ `'secureConnection'` ] : #tls_event_secureconnection
1014
1014
[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
1015
1015
[ Stream ] : stream.html#stream_stream
1016
- [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_PROTOCOL_METHODS
1016
+ [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
1017
1017
[ tls.Server ] : #tls_class_tls_server
1018
1018
[ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
1019
1019
[ RFC 4492 ] : https://www.rfc-editor.org/rfc/rfc4492.txt
0 commit comments