MBEDTLS_X509_BADCERT_NOT_TRUSTED is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSMBEDTLS_X509_BADCERT_NOT_TRUSTED

MBEDTLS_X509_BADCERT_NOT_TRUSTED macro

The certificate is not correctly signed by the trusted CA.

Syntax

#define MBEDTLS_X509_BADCERT_NOT_TRUSTED 0x08

References

LocationText
x509.h:91
#define MBEDTLS_X509_BADCERT_NOT_TRUSTED 0x08 /**< The certificate is not correctly signed by the trusted CA. */
ssl_tls.c:5841
else if( ssl->session_negotiate->verify_result & MBEDTLS_X509_BADCERT_NOT_TRUSTED )
x509_crt.c:1670
{ MBEDTLS_X509_BADCERT_NOT_TRUSTED, "The certificate is not correctly signed by the trusted CA" },
x509_crt.c:2360
*flags |= MBEDTLS_X509_BADCERT_NOT_TRUSTED;
x509_crt.c:2384
*flags |= MBEDTLS_X509_BADCERT_NOT_TRUSTED;