Home
last modified time | relevance | path

Searched refs:X509_verify_cert_error_string (Results 1 – 25 of 31) sorted by relevance

12

/openssl/crypto/x509/
H A Dx509_txt.c21 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
H A Dt_x509.c454 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
/openssl/demos/guide/
H A Dtls-client-block.c211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
H A Dquic-client-block.c233 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
H A Dtls-client-non-block.c165 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
H A Dquic-client-non-block.c211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
H A Dquic-multi-stream.c262 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
H A Dquic-hq-interop.c331 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod9 X509_verify_cert_error_string - get or set certificate verification status
26 const char *X509_verify_cert_error_string(long n);
81 X509_verify_cert_error_string() returns a human readable error string for
93 X509_verify_cert_error_string() returns a human readable error string for
482 If an unrecognised error code is passed to X509_verify_cert_error_string() the
H A DX509_STORE_CTX_set_verify_cb.pod184 X509_verify_cert_error_string(err));
H A DSSL_CTX_set_verify.pod302 X509_verify_cert_error_string(err), depth, buf);
/openssl/ssl/
H A Dssl_txt.c149 X509_verify_cert_error_string(x->verify_result)) <= 0) in SSL_SESSION_print()
H A Dssl_cert.c1118 "Verify error:%s", X509_verify_cert_error_string(i)); in ssl_build_cert_chain()
/openssl/test/
H A Ddanetest.c363 testno, err, X509_verify_cert_error_string(err)); in test_tlsafile()
/openssl/apps/
H A Dverify.c344 X509_verify_cert_error_string(cert_error)); in cb()
H A Ds_time.c447 X509_verify_cert_error_string(verify_args.error)); in doConnection()
H A Dpkcs12.c645 X509_verify_cert_error_string(vret)); in pkcs12_main()
H A Dx509.c1194 X509_verify_cert_error_string(err)); in callb()
/openssl/crypto/ocsp/
H A Docsp_vfy.c65 "Verify error: %s", X509_verify_cert_error_string(err)); in ocsp_verify_signer()
/openssl/crypto/pkcs7/
H A Dpk7_smime.c303 X509_verify_cert_error_string(j)); in PKCS7_verify()
/openssl/crypto/ts/
H A Dts_rsp_verify.c191 "Verify error:%s", X509_verify_cert_error_string(j)); in ts_verify_cert()
/openssl/apps/lib/
H A Ds_cb.c70 X509_verify_cert_error_string(err)); in verify_callback()
1257 const char *reason = X509_verify_cert_error_string(verify_err); in print_verify_detail()
/openssl/crypto/cms/
H A Dcms_smime.c292 "Verify error: %s", X509_verify_cert_error_string(j)); in cms_signerinfo_verify_cert()
/openssl/doc/man7/
H A Dossl-guide-tls-client-block.pod321 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
H A Dossl-guide-tls-client-non-block.pod199 X509_verify_cert_error_string(SSL_get_verify_result(ssl)));

Completed in 84 milliseconds

12