Gilles Peskine
bb07ca0bfb
Fix Lucky13 attack protection when using HMAC-SHA-384
...
As a protection against the Lucky Thirteen attack, the TLS code for
CBC decryption in encrypt-then-MAC mode performs extra MAC
calculations to compensate for variations in message size due to
padding. The amount of extra MAC calculation to perform was based on
the assumption that the bulk of the time is spent in processing
64-byte blocks, which was correct for most supported hashes but not for
SHA-384. Adapt the formula to 128-byte blocks for SHA-384.
2018-06-06 17:23:31 +02:00
..
2015-06-25 10:59:56 +02:00
2018-02-21 19:16:20 +01:00
2016-05-23 14:29:28 +01:00
2016-05-23 14:29:32 +01:00
2016-10-13 13:54:14 +01:00
2016-08-25 15:42:27 +01:00
2017-02-15 23:31:07 +02:00
2018-03-09 10:48:12 +00:00
2016-05-23 14:29:32 +01:00
2016-06-07 14:52:35 +01:00
2017-04-04 11:37:15 +02:00
2017-07-27 21:44:33 +01:00
2015-09-04 14:21:07 +02:00
2018-03-29 08:39:55 -04:00
2018-03-22 21:49:43 +01:00
2018-04-27 13:15:45 +01:00
2018-02-10 11:11:41 +02:00
2017-09-06 17:51:14 +03:00
2016-05-23 14:29:32 +01:00
2018-01-26 18:43:04 +00:00
2017-10-10 19:04:27 +03:00
2018-03-30 18:43:16 +02:00
2018-01-24 10:36:22 +00:00
2017-05-11 22:42:14 +01:00
2017-10-17 15:19:38 +01:00
2016-06-12 00:31:33 +01:00
2018-01-25 17:28:31 +00:00
2018-03-30 18:52:10 +02:00
2018-01-02 16:24:29 +01:00
2016-05-23 23:18:26 +01:00
2017-06-26 10:22:24 +01:00
2018-04-01 12:41:29 +02:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2018-01-22 11:54:42 +01:00
2018-01-25 17:28:31 +00:00
2018-01-23 19:37:44 +00:00
2017-11-29 20:49:21 +01:00
2018-02-08 17:18:15 +08:00
2015-09-04 14:21:07 +02:00
2018-03-12 23:44:56 +01:00
2018-03-30 18:43:16 +02:00
2017-08-04 13:32:15 +01:00
2018-03-27 21:25:53 +01:00
2015-09-04 14:21:07 +02:00
2016-05-23 14:29:28 +01:00
2018-03-28 11:29:21 +02:00
2017-08-23 16:17:27 +01:00
2018-03-11 00:48:17 +01:00
2018-02-22 08:20:42 +00:00
2018-01-03 09:27:40 +00:00
2018-03-23 02:12:44 +01:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2017-10-29 17:53:52 +02:00
2017-07-27 21:44:33 +01:00
2018-04-25 05:28:08 -04:00
2017-03-02 12:26:11 +00:00
2018-01-26 18:43:04 +00:00
2016-07-13 14:46:18 +01:00
2018-06-06 17:23:31 +02:00
2018-03-21 15:13:08 +00:00
2018-01-29 10:24:50 +01:00
2018-02-22 16:07:32 +01:00
2015-09-04 14:21:07 +02:00
2015-10-21 12:50:45 +02:00
2018-03-14 09:24:12 +01:00
2018-03-23 02:12:44 +01:00
2017-07-27 21:44:34 +01:00
2017-10-12 23:21:37 +01:00
2018-01-22 11:54:42 +01:00
2017-09-22 16:05:43 +01:00
2015-09-04 14:21:07 +02:00