Hanno Becker 12a3a86b2d Add structure representing TLS records
This commit adds a structure `mbedtls_record` whose instances
represent (D)TLS records. This structure will be used in the
subsequent adaptions of the record encryption and decryption
routines `ssl_decrypt_buf` and `ssl_encrypt_buf`, which currently
take the entire SSL context as input, but should only use the
record to be acted on as well as the record transformation to use.
2019-04-25 12:58:21 +01:00
..
2019-02-22 15:41:31 +00:00
2019-04-02 10:02:55 -07:00
2019-02-26 16:49:42 +00:00
2018-11-09 15:01:07 +00:00
2019-04-03 13:48:50 +03:00
2019-02-05 05:06:35 -05:00
2019-03-19 16:12:55 +00:00