mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ssl_conf_dtls_cookies() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

See comments on \c mbedtls_ssl_handshake() about handling the MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED that is expected on the first handshake attempt when this is enabled. This is also necessary to handle client reconnection from the same port as described in RFC 6347 section 4.2.8 (only the variant with cookies is supported currently). See comments on \c mbedtls_ssl_read() for details.

References

from examples