MBEDTLS_X509_USE_C is only used within SSL_Server.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

The provided implementation only works on POSIX/Unix (including Linux, BSD and OS X) and Windows. On other platforms, you can either disable that module and provide your own implementations of the callbacks needed by \c mbedtls_ssl_set_timer_cb() for DTLS, or leave it enabled and provide your own implementation of the whole module by setting \c MBEDTLS_TIMING_ALT in the current file. See also our Knowledge Base article about porting to a new environment: https://tls.mbed.org/kb/how-to/how-do-i-port-mbed-tls-to-a-new-environment-OS

References

from examples