/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_txt.c | 21 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
|
H A D | t_x509.c | 454 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_STORE_CTX_get_error.pod | 9 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 D | X509_STORE_CTX_set_verify_cb.pod | 184 X509_verify_cert_error_string(err));
|
/freebsd/crypto/openssl/demos/guide/ |
H A D | tls-client-block.c | 211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
|
H A D | quic-client-block.c | 233 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
|
H A D | tls-client-non-block.c | 165 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
|
H A D | quic-multi-stream.c | 262 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in main()
|
H A D | quic-client-non-block.c | 211 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
|
H A D | quic-server-non-block.c | 329 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
|
/freebsd/usr.sbin/rpc.tlsclntd/ |
H A D | rpc.tlsclntd.c | 629 X509_verify_cert_error_string(verfret)); in rpctls_connect() 635 X509_verify_cert_error_string(verfret)); in rpctls_connect()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_txt.c | 149 X509_verify_cert_error_string(x->verify_result)) <= 0) in SSL_SESSION_print()
|
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
H A D | quic-hq-interop-server.c | 410 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
|
H A D | quic-hq-interop.c | 329 X509_verify_cert_error_string(SSL_get_verify_result(ssl))); in handle_io_failure()
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 778 X509_verify_cert_error_string( in rpctls_server() 786 X509_verify_cert_error_string( in rpctls_server()
|
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 363 testno, err, X509_verify_cert_error_string(err)); in test_tlsafile()
|
/freebsd/crypto/openssl/apps/ |
H A D | verify.c | 344 X509_verify_cert_error_string(cert_error)); in cb()
|
H A D | s_time.c | 449 X509_verify_cert_error_string(verify_args.error)); in doConnection()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 65 "Verify error: %s", X509_verify_cert_error_string(err)); in ocsp_verify_signer()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 193 "Verify error:%s", X509_verify_cert_error_string(j)); in ts_verify_cert()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 303 X509_verify_cert_error_string(j)); in PKCS7_verify()
|
/freebsd/crypto/krb5/src/plugins/tls/k5tls/ |
H A D | openssl.c | 322 errstr = X509_verify_cert_error_string(err); in verify_callback()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 70 X509_verify_cert_error_string(err)); in verify_callback() 1272 const char *reason = X509_verify_cert_error_string(verify_err); in print_verify_detail()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 2192 X509_verify_cert_error_string(verifyok)); 2453 name, depth, buf, ok, X509_verify_cert_error_string(reason));
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_smime.c | 292 "Verify error: %s", X509_verify_cert_error_string(j)); in cms_signerinfo_verify_cert()
|