| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4bfd832 commit d2a7e45
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,10 +63,12 @@ test('RSA-PSS+SHA256:RSA-PSS+SHA512:ECDSA+SHA256', | |||
| 63 | 63 | ['RSA-PSS+SHA256', 'ECDSA+SHA256']); | |
| 64 | 64 | ||
| 65 | 65 | // Do not have shared sigalgs. | |
| 66 | + const handshakeErr = common.hasOpenSSL(3, 2) ? | ||
| 67 | + 'ERR_SSL_SSL/TLS_ALERT_HANDSHAKE_FAILURE' : 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE'; | ||
| 66 | 68 | test('RSA-PSS+SHA384', 'ECDSA+SHA256', | |
| 67 | - undefined, 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE', | ||
| 69 | + undefined, handshakeErr, | ||
| 68 | 70 | 'ERR_SSL_NO_SHARED_SIGNATURE_ALGORITHMS'); | |
| 69 | 71 | ||
| 70 | 72 | test('RSA-PSS+SHA384:ECDSA+SHA256', 'ECDSA+SHA384:RSA-PSS+SHA256', | |
| 71 | - undefined, 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE', | ||
| 73 | + undefined, handshakeErr, | ||
| 72 | 74 | 'ERR_SSL_NO_SHARED_SIGNATURE_ALGORITHMS'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments