mbedtls/include
Hanno Becker d7f8ae2508 Introduce sub-structure of ssl_handshake_params for buffering
This commit introduces a sub-structure `buffering` within
mbedtls_ssl_handshake_params that shall contain all data
related to the reassembly and/or buffering of handshake
messages.

Currently, only buffering of CCS messages is implemented,
so the only member of this struct is the previously introduced
`seen_ccs` field.
2018-08-17 16:52:08 +01:00
..
mbedtls Introduce sub-structure of ssl_handshake_params for buffering 2018-08-17 16:52:08 +01:00
.gitignore
CMakeLists.txt Fix some comments regarding what files are symlinked 2018-03-23 14:39:52 +01:00