tls.c | 682 int cur_err, cur_depth; local in function:check_peer_cert 689 cur_depth = X509_STORE_CTX_get_error_depth(ctx); 699 "is %s, conn_info@%p%s\n", conn_info->hostname, cur_depth, 707 cur_depth, cur_subjectline); 730 * - cur_depth: 748 if (cur_depth != 0) { 758 /* implicit: (cur_depth == 0) 783 /* implicit: (cur_depth == 0)
|