Files
mbedtls/library
Ronald Cron 831fee68c3 tls13: keys: Avoid input buffer copy
In mbedtls_ssl_tls13_evolve_secret() avoid
to copy the input buffer into a local buffer
as the copy is avoidable.

This also fixes a potential overflow as the
size of the local buffer was not checked when
copying into it.

With the current calls to mbedtls_ssl_tls13_evolve_secret()
no buffer overflow was expected to happen though.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2022-10-21 14:34:20 +02:00
..
2022-10-19 08:35:08 -04:00
2022-10-13 14:28:15 +01:00
2022-07-27 14:43:38 +01:00
2022-09-16 12:02:48 +02:00
2022-10-13 14:30:03 +01:00
2022-10-13 14:29:38 +01:00
2022-10-13 16:47:13 +01:00
2022-08-31 10:14:25 +01:00
2022-05-12 09:45:03 +01:00
2022-07-01 16:43:25 +01:00
2022-09-14 12:17:42 +02:00
2022-10-19 08:35:09 -04:00
2022-10-19 08:35:08 -04:00
2022-10-19 08:35:09 -04:00
2022-03-29 17:43:56 +02:00
2022-09-16 12:02:48 +02:00