Lines Matching refs:verifyError
1168 const verifyError = this._handle.verifyError();
1169 if (verifyError) {
1170 this.authorizationError = verifyError.code;
1255 // A) verifyError returns null meaning the client's certificate is signed
1260 // verifyError returns a string indicating the problem. The server can
1659 let verifyError = this._handle.verifyError();
1663 if (!verifyError && !this.isSessionReused()) {
1669 verifyError = options.checkServerIdentity(hostname, cert);
1672 if (verifyError) {
1674 this.authorizationError = verifyError.code || verifyError.message;
1685 this.destroy(verifyError);