@@ -535,7 +535,7 @@ that first defined the cipher.
535
535
For example: ` { name: 'AES256-SHA', version: 'TLSv1/SSLv3' } `
536
536
537
537
See ` 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
539
539
information.
540
540
541
541
### tlsSocket.getEphemeralKeyInfo()
@@ -611,7 +611,7 @@ Example responses include:
611
611
* ` TLSv1.2 `
612
612
* ` unknown `
613
613
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
615
615
information.
616
616
617
617
### tlsSocket.getSession()
@@ -936,7 +936,7 @@ added: v0.11.13
936
936
CRLs (Certificate Revocation List).
937
937
* ` ciphers ` {string} A string describing the ciphers to use or exclude.
938
938
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 >
940
940
for details on the format.
941
941
* ` honorCipherOrder ` {boolean} If ` true ` , when a cipher is being selected,
942
942
the server's preferences will be used instead of the client preferences.
@@ -1252,7 +1252,7 @@ secure_socket = tls.TLSSocket(socket, options);
1252
1252
1253
1253
where ` secure_socket ` has the same API as ` pair.cleartext ` .
1254
1254
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
1256
1256
[ Chrome's 'modern cryptography' setting ] : https://www.chromium.org/Home/chromium-security/education/tls#TOC-Cipher-Suites
1257
1257
[ specific attacks affecting larger AES key sizes ] : https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
1258
1258
[ `crypto.getCurves()` ] : crypto.html#crypto_crypto_getcurves
@@ -1266,9 +1266,9 @@ where `secure_socket` has the same API as `pair.cleartext`.
1266
1266
[ `'secureConnection'` ] : #tls_event_secureconnection
1267
1267
[ Perfect Forward Secrecy ] : #tls_perfect_forward_secrecy
1268
1268
[ 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
1270
1270
[ 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
1272
1272
[ Forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
1273
1273
[ DHE ] : https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
1274
1274
[ ECDHE ] : https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman
0 commit comments