mbedtls_ssl_get_verify_result() is only used within mbed TLS Library.
 
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