Hanno Becker c94060c641 Add TLS 1.3 specific key to SSL transform conversion function
This commit adds the TLS 1.3 specific internal function

```
  mbedtls_ssl_tls13_populate_transform()
```

which creates an instance of the SSL transform structure
`mbedtls_ssl_transform` representing a TLS 1.3 record protection
mechanism.

It is analogous to the existing internal helper function

```
   ssl_tls12_populate_transform()
```

which creates transform structures representing record
protection mechanisms in TLS 1.2 and earlier.

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
2021-08-02 04:52:49 +01: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-03-04 14:34:50 +00: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
2021-06-25 12:46:40 +01:00
2021-07-12 09:00:57 +05:30
2021-06-08 16:45:41 +02: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
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-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-04-15 11:19:47 +01:00
2021-06-30 10:46:00 +02:00
2020-11-25 13:10:50 +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-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-07-06 13:42:11 +02:00
2021-06-28 09:28:33 +01:00