mbedTLS + 0/6 examples
SourceVu will show references to mbedtls_ssl_config from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
const int *[4]
allowed ciphersuites per version.
void (*)(void *, int, const char *, int, const char *)
Callback for printing debug output.
void *
context for the debug function.
int (*)(void *, unsigned char *, size_t)
Callback for getting (pseudo-)random numbers.
void *
context for the RNG function.
int (*)(void *, mbedtls_ssl_session *)
Callback to retrieve a session from the cache.
int (*)(void *, const mbedtls_ssl_session *)
Callback to store a session into the cache.
void *
context for cache callbacks.
int (*)(void *, mbedtls_x509_crt *, int, uint32_t *)
Callback to customize X.509 certificate chain verification.
void *
context for X.509 verify calllback.
verification profile.
own certificate/key pair(s).
trusted CAs.
trusted CAs CRLs.
const int *
allowed signature hashes.
allowed curves.
uint32_t
timeout for mbedtls_ssl_read (ms).
unsigned char
max. major version used.
unsigned char
max. minor version used.
unsigned char
min. major version used.
unsigned char
min. minor version used.
unsigned int : 1
0: client, 1: server.
unsigned int : 1
stream (TLS) or datagram (DTLS).
unsigned int : 2
MBEDTLS_SSL_VERIFY_XXX.
unsigned int : 2
MBEDTLS_LEGACY_XXX.
unsigned int : 1
enable sending CA list in Certificate Request messages?.

References

from examples