Implement inner plaintext parsing/writing for CID-based connections

This commit is contained in:
Hanno Becker 2019-04-29 17:31:37 +01:00
parent d856c82993
commit 8b3eb5ab82
2 changed files with 126 additions and 1 deletions

View file

@ -317,6 +317,7 @@
#define MBEDTLS_SSL_MSG_ALERT 21
#define MBEDTLS_SSL_MSG_HANDSHAKE 22
#define MBEDTLS_SSL_MSG_APPLICATION_DATA 23
#define MBEDTLS_SSL_MSG_CID 25
#define MBEDTLS_SSL_ALERT_LEVEL_WARNING 1
#define MBEDTLS_SSL_ALERT_LEVEL_FATAL 2