Hanno Becker 6cbad5560d 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-06-03 16:07:50 +01:00
..
2019-04-02 10:02:55 -07:00
2019-06-03 16:07:50 +01:00
2019-02-26 16:49:42 +00:00
2019-02-19 17:59:00 +00:00
2019-02-05 05:06:35 -05:00
2019-06-03 16:07:50 +01:00
2019-03-19 16:12:55 +00:00
2019-05-15 15:15:55 +03:00