| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 947f1ae commit 3aa9938
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,9 @@ const tls = require('tls'); | |||
| 11 | 11 | assert.throws(() => { | |
| 12 | 12 | tls.createSecureContext({ clientCertEngine: 'x' }); | |
| 13 | 13 | }, (err) => { | |
| 14 | + if (err.code === 'ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED') | ||
| 15 | + common.skip('OpenSSL dropped engine support'); | ||
| 16 | + | ||
| 14 | 17 | return err.name === 'Error' && | |
| 15 | 18 | /could not load the shared library/.test(err.message) && | |
| 16 | 19 | Array.isArray(err.opensslErrorStack) && | |
| Back | FazBrowse Home | New Git URL |
0 commit comments