Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_x509.h105 const char *X509_verify_cert_error_string(long n);
/third_party/openssl/crypto/x509/
Dx509_txt.c21 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
Dt_x509.c478 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
/third_party/openssl/doc/man3/
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);
77 X509_verify_cert_error_string() returns a human readable error string for
89 X509_verify_cert_error_string() returns a human readable error string for
456 If an unrecognised error code is passed to X509_verify_cert_error_string() the
DX509_STORE_CTX_set_verify_cb.pod164 X509_verify_cert_error_string(err));
DSSL_CTX_set_verify.pod296 X509_verify_cert_error_string(err), depth, buf);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_x509.c346 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
/third_party/openssl/ssl/
Dssl_txt.c145 X509_verify_cert_error_string(x->verify_result)) <= 0) in SSL_SESSION_print()
Dssl_cert.c917 "Verify error:%s", X509_verify_cert_error_string(i)); in ssl_build_cert_chain()
/third_party/openssl/apps/
Dverify.c344 X509_verify_cert_error_string(cert_error)); in cb()
Ds_time.c449 X509_verify_cert_error_string(verify_args.error)); in doConnection()
Dpkcs12.c622 X509_verify_cert_error_string(vret)); in pkcs12_main()
Dx509.c1155 X509_verify_cert_error_string(err)); in callb()
/third_party/openssl/test/
Ddanetest.c363 testno, err, X509_verify_cert_error_string(err)); in test_tlsafile()
/third_party/openssl/crypto/ocsp/
Docsp_vfy.c65 "Verify error: %s", X509_verify_cert_error_string(err)); in ocsp_verify_signer()
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c297 X509_verify_cert_error_string(j)); in PKCS7_verify()
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c191 "Verify error:%s", X509_verify_cert_error_string(j)); in ts_verify_cert()
/third_party/openssl/apps/lib/
Ds_cb.c67 X509_verify_cert_error_string(err)); in verify_callback()
1178 const char *reason = X509_verify_cert_error_string(verify_err); in print_verify_detail()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c202 const char *msg = X509_verify_cert_error_string(err); in OpenSSL_client_verify_callback()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs140 pub fn X509_verify_cert_error_string(n: c_long) -> *const c_char; in X509_verify_cert_error_string() function
/third_party/openssl/crypto/cms/
Dcms_smime.c290 "Verify error: %s", X509_verify_cert_error_string(j)); in cms_signerinfo_verify_cert()
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h348 const char *X509_verify_cert_error_string(long n);
/third_party/node/src/
Dnode_crypto_common.cc269 const char* reason = X509_verify_cert_error_string(err); in GetValidationErrorReason()
/third_party/libcoap/src/
Dcoap_openssl.c1904 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back()
1911 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1696 let s = ffi::X509_verify_cert_error_string(self.0 as c_long); in error_string()

12