@@ -425,7 +425,7 @@ Example:
425425{ name: 'AES256-SHA', version: 'TLSv1/SSLv3' }
426426
427427See 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
429429information.
430430
431431### tlsSocket.getEphemeralKeyInfo()
@@ -680,7 +680,7 @@ dictionary with keys:
680680 (Certificate Revocation List)
681681* ` ciphers ` : A string describing the ciphers to use or exclude.
682682 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>
684684 for details on the format.
685685* ` honorCipherOrder ` : When choosing a cipher, use the server's preferences
686686 instead of the client preferences. For further details see ` tls ` module
@@ -914,10 +914,10 @@ Example:
914914 console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...]
915915
916916
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
919919[ 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
921921[ crypto.getCurves() ] : crypto.html#crypto_crypto_getcurves
922922[ tls.createServer ] : #tls_tls_createserver_options_secureconnectionlistener
923923[ tls.createSecurePair ] : #tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized_options
@@ -929,15 +929,15 @@ Example:
929929[ `'secureConnection'` ] : #tls_event_secureconnection
930930[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
931931[ 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
933933[ 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
937937[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
938938[ 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
941941[ TLS recommendations ] : https://wiki.mozilla.org/Security/Server_Side_TLS
942942[ TLS Session Tickets ] : https://www.ietf.org/rfc/rfc5077.txt
943943[ getPeerCertificate ] : #tls_tlssocket_getpeercertificate_detailed
0 commit comments