Hanno Becker
79e2d1b6f6
Fix AEAD additional data computation for TLS 1.3
...
The AEAD additional data (AAD) is computed differently in TLS 1.3
compared to TLS 1.2, but this change hasn't yet been reflected in
the codee, rendering the current implementation of
```
mbedtls_ssl_{encrypt,decrypt}_buf()
```
not standard compliant.
This commit fixes this by adjusting the AAD extraction function
ssl_extract_add_data_from_record() and its call-sites.
Please see the documentation of the code for an explanation
of how the AAD has changed from TLS 1.2 to TLS 1.3.
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
2021-08-02 04:52:49 +01:00
..
2021-05-20 10:37:22 +02:00
2021-05-28 11:06:40 +02:00
2021-03-10 12:52:37 +00:00
2021-06-28 09:24:07 +01:00
2021-05-25 09:23:10 +02:00
2021-01-26 13:57:46 +01:00
2021-01-27 15:37:12 +01:00
2021-03-04 14:34:50 +00:00
2021-07-14 10:20:09 +01:00
2021-06-30 22:51:02 +01:00
2021-05-25 09:23:10 +02:00
2020-10-08 12:09:44 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-03-25 14:25:46 +01:00
2021-06-16 10:34:25 +02:00
2021-06-28 09:24:07 +01:00
2021-06-23 21:51:32 +02:00
2021-03-02 10:18:08 +01:00
2021-07-02 15:19:38 +01:00
2021-07-09 14:27:04 +02:00
2021-06-08 16:45:41 +02:00
2021-06-17 21:46:29 +02:00
2020-08-19 10:35:41 +02:00
2021-06-17 09:38:38 +02:00
2020-08-19 10:35:41 +02:00
2021-06-25 00:46:22 +02:00
2021-06-17 09:38:38 +02:00
2021-06-25 12:46:40 +01:00
2021-06-28 09:24:07 +01:00
2021-06-03 18:10:04 +02:00
2021-07-12 09:00:57 +05:30
2021-06-28 09:28:33 +01:00
2021-06-28 09:28:33 +01:00
2021-06-18 16:35:58 +01:00
2021-06-23 21:51:32 +02:00
2020-08-19 10:35:41 +02:00
2021-06-08 16:45:41 +02:00
2021-07-02 15:19:38 +01:00
2021-06-08 16:45:41 +02:00
2021-06-28 09:24:07 +01:00
2021-06-16 10:34:25 +02:00
2020-08-19 10:35:41 +02:00
2021-04-07 12:45:35 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-04-07 12:45:35 +01:00
2021-06-28 09:28:33 +01:00
2021-06-01 11:22:56 +02:00
2021-06-16 10:34:25 +02:00
2021-03-10 12:52:37 +00:00
2021-06-28 09:24:07 +01:00
2021-06-08 16:45:41 +02:00
2021-06-25 00:46:22 +02:00
2021-06-29 09:43:17 +02:00
2021-06-25 00:46:22 +02:00
2021-04-15 11:19:47 +01:00
2021-06-16 10:34:25 +02:00
2021-06-22 09:27:41 +02:00
2021-04-21 12:31:43 +02:00
2021-07-13 12:23:12 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-04-15 17:32:06 +02:00
2021-04-07 16:03:31 +02:00
2021-06-30 10:46:00 +02:00
2021-06-29 19:55:24 +02:00
2021-06-17 11:43:58 +02:00
2021-06-28 09:24:07 +01:00
2021-06-29 19:49:01 +02:00
2021-06-29 19:48:59 +02:00
2021-03-15 12:14:40 +01:00
2021-02-18 15:45:12 +01:00
2021-06-16 10:34:25 +02:00
2021-04-19 10:51:59 +02:00
2021-06-28 09:24:07 +01:00
2020-11-25 13:10:50 +01:00
2021-06-22 12:18:25 +02:00
2021-05-10 11:29:13 +02:00
2021-02-16 18:55:05 +01:00
2021-06-23 11:47:38 +02:00
2021-02-18 15:45:06 +01:00
2020-08-19 10:35:41 +02:00
2021-06-28 09:24:07 +01:00
2021-07-14 10:16:26 +02:00
2021-04-01 14:05:41 +02:00
2021-06-25 09:01:08 +02:00
2021-02-15 14:26:44 +01:00
2021-07-14 10:16:26 +02:00
2021-05-27 14:40:40 +02:00
2021-06-08 16:45:41 +02:00
2021-03-10 12:52:37 +00:00
2021-06-28 09:24:07 +01:00
2021-07-08 12:46:26 +01:00
2021-06-08 16:45:41 +02:00
2021-06-08 16:45:41 +02:00
2021-06-08 16:45:41 +02:00
2021-05-14 14:55:15 +01:00
2021-06-28 14:36:37 +02:00
2021-07-06 13:42:11 +02:00
2021-05-24 12:45:20 +02:00
2020-08-25 14:35:55 +01:00
2021-08-02 04:52:45 +01:00
2021-08-02 04:52:49 +01:00
2021-06-30 09:02:55 +01:00
2021-03-10 12:52:37 +00:00
2021-08-02 04:52:49 +01:00
2021-08-02 04:52:49 +01:00
2021-08-02 04:52:45 +01:00
2021-06-28 09:28:33 +01:00
2021-06-28 09:28:33 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-04-28 17:31:55 +01:00
2021-06-23 16:06:12 +01:00
2021-04-28 17:31:55 +01:00
2021-04-28 17:31:55 +01:00
2021-06-25 00:46:22 +02:00
2021-06-25 00:46:22 +02:00