mbedtls_x509_crt_profile_default is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_x509_crt_profile_default

mbedtls_x509_crt_profile_default variable

Default security profile. Should provide a good balance between security and compatibility with current deployments.

Syntax

extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
Implemented in x509_crt.c:97

References

LocationReferrerText
x509_crt.c:97
const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default =
x509_crt.h:208
extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
ssl_tls.c:9198mbedtls_ssl_config_defaults()
conf->cert_profile = &mbedtls_x509_crt_profile_default;
x509_crt.c:2505mbedtls_x509_crt_verify()
&mbedtls_x509_crt_profile_default, cn, flags,

Type Use

Type of mbedtls_x509_crt_profile_default
mbedtls_x509_crt_profile_default
all items filtered out