We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffa292 commit e74543aCopy full SHA for e74543a
modules/crypt/ssl/ssl_cert.js
@@ -154,6 +154,8 @@ class CertificateManager {
154
return true;
155
// else fall thru
156
157
+ return false; //@@ code that follows doesn't work...
158
+
159
spki = this.findCert("ca.subject", new Crypt.Digest("SHA1")).process(X509.decodeTBS(x509.tbs).issuer);
160
return spki && this._verify(spki, x509);
161
}
0 commit comments