Home
last modified time | relevance | path

Searched refs:X509_V_ERR_UNSPECIFIED (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_verify.c155 int verify_err = X509_V_ERR_UNSPECIFIED; in x509_verify_chain_append()
769 ctx->error = X509_V_ERR_UNSPECIFIED; /* XXX */ in x509_verify_cert_hostname()
852 int err = X509_V_ERR_UNSPECIFIED; in x509_verify_validate_constraints()
890 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify_cert_extensions()
1202 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify()
1261 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify()
1277 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify()
1281 ctx->xsc->error = X509_V_ERR_UNSPECIFIED; in x509_verify()
H A Dx509_txt.c67 case X509_V_ERR_UNSPECIFIED: in X509_verify_cert_error_string()
H A Dx509_purp.c837 return X509_V_ERR_UNSPECIFIED; in X509_check_issued()
839 return X509_V_ERR_UNSPECIFIED; in X509_check_issued()
H A Dx509_asid.c1216 ctx->error = X509_V_ERR_UNSPECIFIED; in asid_validate_path_internal()
1230 ctx->error = X509_V_ERR_UNSPECIFIED; in X509v3_asid_validate_path()
H A Dx509_vfy.h136 #define X509_V_ERR_UNSPECIFIED 1 macro
H A Dx509_addr.c2037 ctx->error = X509_V_ERR_UNSPECIFIED; in addr_validate_path_internal()
2049 ctx->error = X509_V_ERR_UNSPECIFIED; in X509v3_addr_validate_path()
H A Dx509_constraints.c1226 int chain_length, verify_err = X509_V_ERR_UNSPECIFIED, i = 0; in x509_constraints_chain()
H A Dx509_vfy.c577 ctx->error = X509_V_ERR_UNSPECIFIED; in X509_verify_cert_legacy()
/openbsd/usr.bin/openssl/
H A Dpkcs12.c688 if (vret != X509_V_ERR_UNSPECIFIED) in pkcs12_main()
967 int ret = X509_V_ERR_UNSPECIFIED; in get_cert_chain()