mbedTLS
MBEDTLS_X509_BADCERT_BAD_MD
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_X509_BADCERT_BAD_MD
MBEDTLS_X509_BADCERT_BAD_MD macro
The certificate is signed with an unacceptable hash.
Syntax
Show:
Summary
Declaration
from
x509.h:105
#define
MBEDTLS_X509_BADCERT_BAD_MD
0x4000
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_BADCERT_BAD_MD
0x4000
/**< The certificate is signed with an unacceptable hash. */
x509.h:105
uint32_t
flags_filtered
=
*
flags
&
~
(
MBEDTLS_X509_BADCERT_BAD_MD
)
;
esp_crt_bundle.c:222
*
flags
|=
MBEDTLS_X509_BADCERT_BAD_MD
;
x509_crt.c:2583
X509_CRT_ERROR_INFO
(
MBEDTLS_X509_BADCERT_BAD_MD
,
\
x509_crt.h:195
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out