mbedtls_ssl_handshake_step() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

See mbedtls_ssl_handshake().

Notes

The state of the context (ssl->state) will be at the next state after this function returns \c 0. Do not call this function if state is MBEDTLS_SSL_HANDSHAKE_OVER.

References

from examples