Home
last modified time | relevance | path

Searched refs:X509_V_ERR_NO_EXPLICIT_POLICY (Results 1 – 6 of 6) sorted by relevance

/openbsd/regress/lib/libcrypto/x509/policy/
H A Dpolicy.c256 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
258 .want_legacy_error = X509_V_ERR_NO_EXPLICIT_POLICY,
406 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
408 .want_legacy_error = X509_V_ERR_NO_EXPLICIT_POLICY,
422 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
443 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
460 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
493 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
506 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
522 .want_error = X509_V_ERR_NO_EXPLICIT_POLICY,
[all …]
/openbsd/lib/libcrypto/x509/
H A Dx509_txt.c152 case X509_V_ERR_NO_EXPLICIT_POLICY: in X509_verify_cert_error_string()
H A Dx509_policy.c933 ret = X509_V_ERR_NO_EXPLICIT_POLICY; in X509_policy_check()
1002 ret = X509_V_ERR_NO_EXPLICIT_POLICY; in X509_policy_check()
H A Dx509_vfy.h181 #define X509_V_ERR_NO_EXPLICIT_POLICY 43 macro
/openbsd/usr.bin/openssl/
H A Dverify.c429 case X509_V_ERR_NO_EXPLICIT_POLICY: in cb()
H A Ds_cb.c191 case X509_V_ERR_NO_EXPLICIT_POLICY: in verify_callback()