mbedTLS + 0/3 examples
SourceVu will show references to mbedtls_ssl_close_notify() from the following samples and libraries:
 
Symbols
loading...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

0 if successful, or a specific SSL error code.

Notes

If this function returns something other than 0 or MBEDTLS_ERR_SSL_WANT_READ/WRITE, you must stop using the SSL context for reading or writing, and either free it or call \c mbedtls_ssl_session_reset() on it before re-using it for a new connection; the current connection must be closed.

References

from 0/3 examples