MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSMBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED

MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED macro

Syntax

#define MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED 1

References

LocationText
ssl.h:202
#define MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED 1
ssl_srv.c:2792
if( ssl->conf->cert_req_ca_list == MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED )
ssl_tls.c:9107
conf->cert_req_ca_list = MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED;