Searched defs:verify_error (Results 1 - 2 of 2) sorted by path

/external/openssl/apps/
H A Ds_cb.c128 int verify_error=X509_V_OK; variable
159 verify_error=X509_V_OK;
164 verify_error=X509_V_ERR_CERT_CHAIN_TOO_LONG;
H A Ds_server.c2402 long verify_error; local
2436 verify_error=SSL_get_verify_result(con);
2437 if (verify_error != X509_V_OK)
2440 X509_verify_cert_error_string(verify_error));

Completed in 348 milliseconds