Searched refs:preverify_ok (Results 1 – 4 of 4) sorted by relevance
18 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);176 the certificate in question was passed (preverify_ok=1) or not177 (preverify_ok=0). B<x509_ctx> is a pointer to the complete context used184 and B<verify_callback> is called with B<preverify_ok>=0. By applying187 found for a certificate, B<verify_callback> is called with B<preverify_ok>=1203 Its return value is identical to B<preverify_ok>, so that any verification265 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx)296 preverify_ok = 0;300 if (!preverify_ok) {311 if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT)) {[all …]
76 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
6085 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
320 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);
Completed in 40 milliseconds