Home
last modified time | relevance | path

Searched refs:preverify_ok (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod18 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);
176 the certificate in question was passed (preverify_ok=1) or not
177 (preverify_ok=0). B<x509_ctx> is a pointer to the complete context used
184 and B<verify_callback> is called with B<preverify_ok>=0. By applying
187 found for a certificate, B<verify_callback> is called with B<preverify_ok>=1
203 Its return value is identical to B<preverify_ok>, so that any verification
265 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 …]
/openssl/test/
H A Dcert_comp_test.c76 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
H A Dsslapitest.c6085 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
/openssl/include/openssl/
H A Dssl.h.in320 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);

Completed in 65 milliseconds