Implement inner plaintext parsing/writing for CID-based connections
This commit is contained in:
parent
d856c82993
commit
8b3eb5ab82
2 changed files with 126 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue