Lines Matching full:verification
147 \&\- set various SSL/TLS parameters for peer certificate verification
168 \&\fBSSL_CTX_set_verify()\fR sets the verification flags for \fBctx\fR to be \fBmode\fR and
172 \&\fBSSL_set_verify()\fR sets the verification flags for \fBssl\fR to be \fBmode\fR and
180 of the current \s-1SSL\s0 object that is doing the verification.
185 This would be typically done in case the certificate verification was not yet
190 information needed for the verification.
192 server certificate verification step.
198 verification that shall be allowed for \fBctx\fR.
201 verification that shall be allowed for \fBssl\fR.
215 The verification of certificates can be controlled by a set of logically
224 certificate verification process can be checked after the \s-1TLS/SSL\s0 handshake
226 The handshake will be continued regardless of the verification result.
230 The certificate returned (if any) is checked. If the verification process
233 the verification failure.
238 \&\fBClient mode:\fR the server certificate is verified. If the verification process
241 the verification failure. If no server certificate is sent, because an
264 to be configured for post-handshake peer verification before the
272 The actual verification procedure is performed either using the built-in
273 verification procedure or using another application provided verification
297 receives two arguments: \fBpreverify_ok\fR indicates, whether the verification of
300 for the certificate chain verification.
305 a verification error is found, the error number is stored in \fBx509_ctx\fR
313 verification process. If \fBverify_callback\fR returns 0, the verification
314 process is immediately stopped with \*(L"verification failed\*(R" state. If
315 \&\s-1SSL_VERIFY_PEER\s0 is set, a verification failure alert is sent to the peer and
317 the verification process is continued. If \fBverify_callback\fR always returns
318 1, the \s-1TLS/SSL\s0 handshake will not be terminated with respect to verification
320 however retrieve the error code of the last verification error using
325 Its return value is identical to \fBpreverify_ok\fR, so that any verification
358 that will always continue the \s-1TLS/SSL\s0 handshake regardless of verification
359 failure, if wished. The callback realizes a verification depth limit with
362 All verification errors are printed; information about the certificate chain
425 \& * At this point, err contains the last verification error. We can use