mbedtls/include
Hanno Becker add0190059 Account for additional record expansion when using CIDs
Using the Connection ID extension increases the maximum record expansion
because
- the real record content type is added to the plaintext
- the plaintext may be padded with an arbitrary number of
  zero bytes, in order to prevent leakage of information
  through package length analysis. Currently, we always
  pad the plaintext in a minimal way so that its length
  is a multiple of 16 Bytes.

This commit adapts the various parts of the library to account
for that additional source of record expansion.
2019-05-20 15:32:36 +01:00
..
mbedtls Account for additional record expansion when using 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 Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Add CMake support for uecc 2019-04-24 16:17:10 +03:00