Lines Matching defs:depth
316 int depth, verify_old, verify, n;
519 * The depth checks are handled by us manually inside the verify callback
522 * OpenSSL about the currently verify depth. Instead we remember it in our
524 * renegotiation if the reconfigured/new verify depth is less than the
525 * currently active/remembered verify depth (because this means more
531 /* determine the new depth */
537 "Reduced client verification depth will force "
748 depth = SSL_get_verify_depth(ssl);
750 if (depth >= 0) {
751 X509_STORE_CTX_set_depth(&cert_store_ctx, depth);
1399 int depth, verify;
1406 "Certificate Verification, depth %d, "
1508 * Finally check the depth of the certificate verification
1511 depth = dc->nVerifyDepth;
1514 depth = mctx->auth.verify_depth;
1517 if (errdepth > depth) {
1522 errdepth, depth);