Searched refs:cert_valid (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
H A Dssl_buckets.c587 validate_server_certificate(int cert_valid, X509_STORE_CTX *store_ctx) argument
605 if (! cert_valid) {
663 cert_valid = 1;
667 cert_valid = 0;
724 cert_valid = 1;
728 cert_valid = 0;
738 if (!cert_valid &&
745 return cert_valid;

Completed in 44 milliseconds