1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-29 02:19:17 +08:00
Hanno Becker acadb0a8c9 Add length of CID to additional data used for record protection
Quoting the CID draft 04:

   -  Block Ciphers:

       MAC(MAC_write_key, seq_num +
           tls12_cid +                     // New input
           DTLSPlaintext.version +
           cid +                           // New input
           cid_length +                    // New input
           length_of_DTLSInnerPlaintext +  // New input
           DTLSInnerPlaintext.content +    // New input
           DTLSInnerPlaintext.real_type +  // New input
           DTLSInnerPlaintext.zeros        // New input
       )

And similar for AEAD and Encrypt-then-MAC.
2019-05-20 14:55:59 +01:00
..
2019-02-11 21:13:33 +00:00
2019-03-06 13:51:30 +00:00
2018-07-23 18:18:32 +01:00
2018-11-06 13:12:47 +00:00
2019-04-25 11:00:41 +03:00
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2017-10-29 17:53:52 +02:00
2018-10-25 16:07:16 +01:00
2019-01-10 09:23:48 +00:00
2018-10-07 17:48:37 +01:00
2019-02-11 21:13:33 +00:00
2019-02-11 21:13:33 +00:00