mbedTLS
MBEDTLS_X509_BADCERT_OTHER
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_OTHER
MBEDTLS_X509_BADCERT_OTHER macro
Other reason (can be used by verify callback)
Syntax
Show:
Summary
Declaration
from
x509.h:99
#define
MBEDTLS_X509_BADCERT_OTHER
0x0100
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_BADCERT_OTHER
0x0100
/**< Other reason (can be used by verify callback) */
x509.h:99
if
(
ssl
->
session_negotiate
->
verify_result
&
MBEDTLS_X509_BADCERT_OTHER
)
{
ssl_tls.c:9931
X509_CRT_ERROR_INFO
(
MBEDTLS_X509_BADCERT_OTHER
,
\
x509_crt.h:177
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