mbedtls_ssl_session_save() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 if successful. #MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL if \p buf is too small.

Notes

\p olen is updated to the correct value regardless of whether \p buf_len was large enough. This makes it possible to determine the necessary size by calling this function with \p buf set to \c NULL and \p buf_len to \c 0.

References

from examples