Searched refs:X509_verify_cert_error_string (Results 1 – 25 of 31) sorted by relevance
12
21 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
454 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
233 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
165 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
262 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
331 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
9 X509_verify_cert_error_string - get or set certificate verification status26 const char *X509_verify_cert_error_string(long n);81 X509_verify_cert_error_string() returns a human readable error string for93 X509_verify_cert_error_string() returns a human readable error string for482 If an unrecognised error code is passed to X509_verify_cert_error_string() the
184 X509_verify_cert_error_string(err));
302 X509_verify_cert_error_string(err), depth, buf);
149 X509_verify_cert_error_string(x->verify_result)) <= 0) in SSL_SESSION_print()
1118 "Verify error:%s", X509_verify_cert_error_string(i)); in ssl_build_cert_chain()
363 testno, err, X509_verify_cert_error_string(err)); in test_tlsafile()
344 X509_verify_cert_error_string(cert_error)); in cb()
447 X509_verify_cert_error_string(verify_args.error)); in doConnection()
645 X509_verify_cert_error_string(vret)); in pkcs12_main()
1194 X509_verify_cert_error_string(err)); in callb()
65 "Verify error: %s", X509_verify_cert_error_string(err)); in ocsp_verify_signer()
303 X509_verify_cert_error_string(j)); in PKCS7_verify()
191 "Verify error:%s", X509_verify_cert_error_string(j)); in ts_verify_cert()
70 X509_verify_cert_error_string(err)); in verify_callback()1257 const char *reason = X509_verify_cert_error_string(verify_err); in print_verify_detail()
292 "Verify error: %s", X509_verify_cert_error_string(j)); in cms_signerinfo_verify_cert()
321 X509_verify_cert_error_string(SSL_get_verify_result(ssl)));336 cause). Otherwise we use the L<X509_verify_cert_error_string(3)> function to get
199 X509_verify_cert_error_string(SSL_get_verify_result(ssl)));
Completed in 71 milliseconds