Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c2943 __attribute_cold__ static void tls_mbedtls_verify_fail_event(mbedtls_x509_crt *crt, in tls_mbedtls_verify_fail_event() function
3112tls_mbedtls_verify_fail_event(crt, depth, "client cert chain too long", TLS_FAIL_BAD_CERTIFICATE); in tls_mbedtls_verify_cb()
3127 tls_mbedtls_verify_fail_event(crt, depth, "cert hash mismatch", TLS_FAIL_UNTRUSTED); in tls_mbedtls_verify_cb()
3143 tls_mbedtls_verify_fail_event(crt, depth, "internal error", TLS_FAIL_UNSPECIFIED); in tls_mbedtls_verify_cb()
3155tls_mbedtls_verify_fail_event(crt, depth, "Subject mismatch", TLS_FAIL_SUBJECT_MISMATCH); in tls_mbedtls_verify_cb()
3161tls_mbedtls_verify_fail_event(crt, depth, "AltSubject mismatch", TLS_FAIL_ALTSUBJECT_MISMATCH); in tls_mbedtls_verify_cb()
3167tls_mbedtls_verify_fail_event(crt, depth, "Domain suffix mismatch", TLS_FAIL_DOMAIN_SUFFIX_MISMATC… in tls_mbedtls_verify_cb()
3173 tls_mbedtls_verify_fail_event(crt, depth, "Domain mismatch", TLS_FAIL_DOMAIN_MISMATCH); in tls_mbedtls_verify_cb()
3178 tls_mbedtls_verify_fail_event(crt, depth, "Distinguished Name", TLS_FAIL_DN_MISMATCH); in tls_mbedtls_verify_cb()
3197 tls_mbedtls_verify_fail_event(crt, depth, "Insufficient RSA modulus size", in tls_mbedtls_verify_cb()
[all …]