mbedTLS + 0/6 examples
CodeScope will show references to mbedtls_ssl_conf_ca_chain() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

mbedtls_ssl_conf_ca_chain() function

Set the data required to verify peer certificate

Syntax

void mbedtls_ssl_conf_ca_chain( mbedtls_ssl_config *conf,     mbedtls_x509_crt *ca_chain,     mbedtls_x509_crl *ca_crl );
Implemented in ssl_tls.c:7273

Arguments

conf

SSL configuration

ca_chain

trusted CA chain (meaning all fully trusted top-level CAs)

ca_crl

trusted CA CRLs

Notes

See \c mbedtls_x509_crt_verify() for notes regarding the parameters ca_chain (maps to trust_ca for that function) and ca_crl.

Examples

mbedtls_ssl_conf_ca_chain() is referenced by 6 libraries and example projects.

References

LocationText
ssl_tls.c:7273
void mbedtls_ssl_conf_ca_chain( mbedtls_ssl_config *conf,
ssl.h:2021
void mbedtls_ssl_conf_ca_chain( mbedtls_ssl_config *conf,

Data Use

Data read by mbedtls_ssl_conf_ca_chain()
Data written by mbedtls_ssl_conf_ca_chain()
mbedtls_ssl_conf_ca_chain()