mbedtls/include
Hanno Becker 7c3cdb62de Add specific SSL error code for unexpected CIDs
Currently, the stack silently ignores DTLS frames with an unexpected CID.
However, in a system which performs CID-based demultiplexing before passing
datagrams to the Mbed TLS stack, unexpected CIDs are a sign of something not
working properly, and users might want to know about it.

This commit introduces an SSL error code MBEDTLS_ERR_SSL_UNEXPECTED_CID
which the stack can return in response to an unexpected CID. It will
conditionally be put to use in subsequent commits.
2019-05-20 15:32:36 +01:00
..
mbedtls Add specific SSL error code for unexpected CIDs 2019-05-20 15:32:36 +01:00
tinycrypt Guard tinycrypt files with MBEDTLS_USE_UECC 2019-04-29 10:25:23 +03:00
.gitignore
CMakeLists.txt Add CMake support for uecc 2019-04-24 16:17:10 +03:00