mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix error messages for OpenSSL-1.0.2p
After upgradeing OpenSSL-1.0.2p, test-tls-passphrase.js was failed
due to change of error messages.
Ref: 18026c0215
PR-URL: https://github.com/nodejs/node/pull/22320
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
@@ -221,7 +221,7 @@ server.listen(0, common.mustCall(function() {
|
||||
}, common.mustCall());
|
||||
})).unref();
|
||||
|
||||
const errMessagePassword = /bad password read/;
|
||||
const errMessagePassword = /bad decrypt/;
|
||||
|
||||
// Missing passphrase
|
||||
assert.throws(function() {
|
||||
|
||||
Reference in New Issue
Block a user