@@ -535,7 +535,7 @@ that first defined the cipher.
535535For example: ` { name: 'AES256-SHA', version: 'TLSv1/SSLv3' } `
536536
537537See ` SSL_CIPHER_get_name() ` and ` SSL_CIPHER_get_version() ` in
538- https://www.openssl.org/docs/manmaster /ssl/SSL_CIPHER_get_name.html for more
538+ https://www.openssl.org/docs/man1.0.2 /ssl/SSL_CIPHER_get_name.html for more
539539information.
540540
541541### tlsSocket.getEphemeralKeyInfo()
@@ -611,7 +611,7 @@ Example responses include:
611611* ` TLSv1.2 `
612612* ` unknown `
613613
614- See https://www.openssl.org/docs/manmaster /ssl/SSL_get_version.html for more
614+ See https://www.openssl.org/docs/man1.0.2 /ssl/SSL_get_version.html for more
615615information.
616616
617617### tlsSocket.getSession()
@@ -936,7 +936,7 @@ added: v0.11.13
936936 CRLs (Certificate Revocation List).
937937 * ` ciphers ` {string} A string describing the ciphers to use or exclude.
938938 Consult
939- < https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT >
939+ < https://www.openssl.org/docs/man1.0.2/ apps/ciphers.html#CIPHER-LIST-FORMAT >
940940 for details on the format.
941941 * ` honorCipherOrder ` {boolean} If ` true ` , when a cipher is being selected,
942942 the server's preferences will be used instead of the client preferences.
@@ -1252,7 +1252,7 @@ secure_socket = tls.TLSSocket(socket, options);
12521252
12531253where ` secure_socket ` has the same API as ` pair.cleartext ` .
12541254
1255- [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT
1255+ [ OpenSSL cipher list format documentation ] : https://www.openssl.org/docs/man1.0.2/ apps/ciphers.html#CIPHER-LIST-FORMAT
12561256[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Cipher-Suites
12571257[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
12581258[ `crypto.getCurves()` ] : crypto.html#crypto_crypto_getcurves
@@ -1266,9 +1266,9 @@ where `secure_socket` has the same API as `pair.cleartext`.
12661266[ `'secureConnection'` ] : #tls_event_secureconnection
12671267[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
12681268[ Stream ] : stream.html#stream_stream
1269- [ SSL_METHODS ] : https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
1269+ [ SSL_METHODS ] : https://www.openssl.org/docs/man1.0.2/ ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
12701270[ tls.Server ] : #tls_class_tls_server
1271- [ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
1271+ [ SSL_CTX_set_timeout ] : https://www.openssl.org/docs/man1.0.2/ ssl/SSL_CTX_set_timeout.html
12721272[ Forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
12731273[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
12741274[ ECDHE ] : https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman
0 commit comments