@@ -182,8 +182,8 @@ On the client connection, a custom `checkServerIdentity` should be passed
182182because the default one will fail in the absence of a certificate.
183183
184184According to the [ RFC 4279] [ ] , PSK identities up to 128 bytes in length and
185- PSKs up to 64 bytes in length must be supported. As of OpenSSL 1.1.0
186- maximum identity size is 128 bytes, and maximum PSK length is 256 bytes.
185+ PSKs up to 64 bytes in length must be supported. In OpenSSL the maximum
186+ identity size is 128 bytes, and the maximum PSK length is 256 bytes.
187187
188188The current implementation doesn't support asynchronous PSK callbacks due to the
189189limitations of the underlying OpenSSL API.
@@ -1207,7 +1207,7 @@ For example, a TLSv1.2 protocol with AES256-SHA cipher:
12071207```
12081208
12091209See
1210- [ SSL\_ CIPHER\_ get\_ name] ( https://www.openssl.org/docs/man1.1.1 /man3/SSL_CIPHER_get_name.html )
1210+ [ SSL\_ CIPHER\_ get\_ name] ( https://www.openssl.org/docs/man3.0 /man3/SSL_CIPHER_get_name.html )
12111211for more information.
12121212
12131213### ` tlsSocket.getEphemeralKeyInfo() `
@@ -1459,7 +1459,7 @@ added: v12.11.0
14591459 the client in the order of decreasing preference.
14601460
14611461See
1462- [ SSL\_ get\_ shared\_ sigalgs] ( https://www.openssl.org/docs/man1.1.1 /man3/SSL_get_shared_sigalgs.html )
1462+ [ SSL\_ get\_ shared\_ sigalgs] ( https://www.openssl.org/docs/man3.0 /man3/SSL_get_shared_sigalgs.html )
14631463for more information.
14641464
14651465### ` tlsSocket.getTLSTicket() `
@@ -2048,7 +2048,7 @@ changes:
20482048 The list can contain digest algorithms (` SHA256 ` , ` MD5 ` etc.), public key
20492049 algorithms (` RSA-PSS ` , ` ECDSA ` etc.), combination of both (e.g
20502050 'RSA+SHA384') or TLS v1.3 scheme names (e.g. ` rsa_pss_pss_sha512 ` ).
2051- See [ OpenSSL man pages] ( https://www.openssl.org/docs/man1.1.1 /man3/SSL_CTX_set1_sigalgs_list.html )
2051+ See [ OpenSSL man pages] ( https://www.openssl.org/docs/man3.0 /man3/SSL_CTX_set1_sigalgs_list.html )
20522052 for more info.
20532053 * ` ciphers ` {string} Cipher suite specification, replacing the default. For
20542054 more information, see [ Modifying the default TLS cipher suite] [ ] . Permitted
@@ -2555,7 +2555,7 @@ added: v0.11.3
25552555[ RFC 5077 ] : https://tools.ietf.org/html/rfc5077
25562556[ RFC 5929 ] : https://tools.ietf.org/html/rfc5929
25572557[ RFC 8879 ] : https://tools.ietf.org/html/rfc8879
2558- [ SSL_METHODS ] : https://www.openssl.org/docs/man1.1.1 /man7/ssl.html#Dealing-with-Protocol-Methods
2558+ [ SSL_METHODS ] : https://www.openssl.org/docs/man3.0 /man7/ssl.html#Dealing-with-Protocol-Methods
25592559[ Session Resumption ] : #session-resumption
25602560[ Stream ] : stream.md#stream
25612561[ TLS recommendations ] : https://wiki.mozilla.org/Security/Server_Side_TLS
@@ -2572,8 +2572,8 @@ added: v0.11.3
25722572[ `Duplex` ] : stream.md#class-streamduplex
25732573[ `NODE_EXTRA_CA_CERTS` ] : cli.md#node_extra_ca_certsfile
25742574[ `NODE_OPTIONS` ] : cli.md#node_optionsoptions
2575- [ `SSL_export_keying_material` ] : https://www.openssl.org/docs/man1.1.1 /man3/SSL_export_keying_material.html
2576- [ `SSL_get_version` ] : https://www.openssl.org/docs/man1.1.1 /man3/SSL_get_version.html
2575+ [ `SSL_export_keying_material` ] : https://www.openssl.org/docs/man3.0 /man3/SSL_export_keying_material.html
2576+ [ `SSL_get_version` ] : https://www.openssl.org/docs/man3.0 /man3/SSL_get_version.html
25772577[ `crypto.getCurves()` ] : crypto.md#cryptogetcurves
25782578[ `import()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
25792579[ `net.Server.address()` ] : net.md#serveraddress
@@ -2608,6 +2608,6 @@ added: v0.11.3
26082608[ `x509.checkHost()` ] : crypto.md#x509checkhostname-options
26092609[ asn1.js ] : https://www.npmjs.com/package/asn1.js
26102610[ certificate object ] : #certificate-object
2611- [ cipher list format ] : https://www.openssl.org/docs/man1.1.1 /man1/ciphers.html#CIPHER-LIST-FORMAT
2611+ [ cipher list format ] : https://www.openssl.org/docs/man3.0 /man1/ciphers.html#CIPHER-LIST-FORMAT
26122612[ forward secrecy ] : https://en.wikipedia.org/wiki/Perfect_forward_secrecy
26132613[ perfect forward secrecy ] : #perfect-forward-secrecy
0 commit comments