@@ -425,7 +425,7 @@ Example:
425
425
{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }
426
426
427
427
See SSL_CIPHER_get_name() and SSL_CIPHER_get_version() in
428
- http ://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_CIPHERS for more
428
+ https ://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_CIPHERS for more
429
429
information.
430
430
431
431
### tlsSocket.getEphemeralKeyInfo()
@@ -680,7 +680,7 @@ dictionary with keys:
680
680
(Certificate Revocation List)
681
681
* ` ciphers ` : A string describing the ciphers to use or exclude.
682
682
Consult
683
- < http ://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>
683
+ < https ://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>
684
684
for details on the format.
685
685
* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
686
686
instead of the client preferences. For further details see ` tls ` module
@@ -914,10 +914,10 @@ Example:
914
914
console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
915
915
916
916
917
- [ OpenSSL cipher list format documentation ] : http ://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
918
- [ Chrome's 'modern cryptography' setting ] : http ://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
917
+ [ OpenSSL cipher list format documentation ] : https ://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
918
+ [ Chrome's 'modern cryptography' setting ] : https ://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome
919
919
[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
920
- [ BEAST attacks ] : http ://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
920
+ [ BEAST attacks ] : https ://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
921
921
[ crypto.getCurves() ] : crypto.html#crypto_crypto_getcurves
922
922
[ tls.createServer ] : #tls_tls_createserver_options_secureconnectionlistener
923
923
[ tls.createSecurePair ] : #tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized_options
@@ -929,15 +929,15 @@ Example:
929
929
[ `'secureConnection'` ] : #tls_event_secureconnection
930
930
[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
931
931
[ Stream ] : stream.html#stream_stream
932
- [ SSL_METHODS ] : http ://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_PROTOCOL_METHODS
932
+ [ SSL_METHODS ] : https ://www.openssl.org/docs/ssl/ssl.html#DEALING_WITH_PROTOCOL_METHODS
933
933
[ tls.Server ] : #tls_class_tls_server
934
- [ SSL_CTX_set_timeout ] : http ://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
935
- [ RFC 4492 ] : http ://www.rfc-editor.org/rfc/rfc4492.txt
936
- [ Forward secrecy ] : http ://en.wikipedia.org/wiki/Perfect_forward_secrecy
934
+ [ SSL_CTX_set_timeout ] : https ://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
935
+ [ RFC 4492 ] : https ://www.rfc-editor.org/rfc/rfc4492.txt
936
+ [ Forward secrecy ] : https ://en.wikipedia.org/wiki/Perfect_forward_secrecy
937
937
[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
938
938
[ ECDHE ] : https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman
939
- [ asn1.js ] : http ://npmjs.org/package/asn1.js
940
- [ OCSP request ] : http ://en.wikipedia.org/wiki/OCSP_stapling
939
+ [ asn1.js ] : https ://npmjs.org/package/asn1.js
940
+ [ OCSP request ] : https ://en.wikipedia.org/wiki/OCSP_stapling
941
941
[ TLS recommendations ] : https://wiki.mozilla.org/Security/Server_Side_TLS
942
942
[ TLS Session Tickets ] : https://www.ietf.org/rfc/rfc5077.txt
943
943
[ getPeerCertificate ] : #tls_tlssocket_getpeercertificate_detailed
0 commit comments