mbedTLS + 0/3 examples
SourceVu will show references to mbedtls_ssl_get_verify_result() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 if the certificate verification was successful. \c -1u if the result is not available. This may happen e.g. if the handshake aborts early, or a verification callback returned a fatal error. A bitwise combination of \c MBEDTLS_X509_BADCERT_XXX and \c MBEDTLS_X509_BADCRL_XXX failure flags; see x509.h.

References

from examples