Skip to content

Commit e74543a

Browse files
committed
skip unsupported case
1 parent 9ffa292 commit e74543a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/crypt/ssl/ssl_cert.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ class CertificateManager {
154154
return true;
155155
// else fall thru
156156

157+
return false; //@@ code that follows doesn't work...
158+
157159
spki = this.findCert("ca.subject", new Crypt.Digest("SHA1")).process(X509.decodeTBS(x509.tbs).issuer);
158160
return spki && this._verify(spki, x509);
159161
}

0 commit comments

Comments
 (0)