Hauke Mehrtens 57f38e2c82 mbedtls: Update to version 2.16.12
This fixes the following security problems:
* Zeroize several intermediate variables used to calculate the expected
  value when verifying a MAC or AEAD tag. This hardens the library in
  case the value leaks through a memory disclosure vulnerability. For
  example, a memory disclosure vulnerability could have allowed a
  man-in-the-middle to inject fake ciphertext into a DTLS connection.
* Fix a double-free that happened after mbedtls_ssl_set_session() or
  mbedtls_ssl_get_session() failed with MBEDTLS_ERR_SSL_ALLOC_FAILED
  (out of memory). After that, calling mbedtls_ssl_session_free()
  and mbedtls_ssl_free() would cause an internal session buffer to
  be free()'d twice. CVE-2021-44732

The sizes of the ipk changed on MIPS 24Kc like this:
182454 libmbedtls12_2.16.11-2_mips_24kc.ipk
182742 libmbedtls12_2.16.12-1_mips_24kc.ipk

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-02-01 21:25:02 +01:00
..
2021-02-14 19:38:15 +01:00
2020-02-22 16:34:57 +01:00
2021-08-08 19:50:46 +02:00
2021-02-14 19:38:15 +01:00
2019-01-24 10:39:30 +01:00
2021-12-01 00:39:26 +02:00
2019-11-01 21:19:40 +01:00
2021-10-31 13:01:24 +00:00
2021-11-20 17:48:49 +00:00
2021-12-21 21:37:05 +02:00
2021-10-19 08:11:38 -10:00
2021-12-21 21:36:55 +02:00
2022-01-01 18:02:49 +01:00
2021-11-20 21:08:24 +01:00
2019-02-26 23:20:04 +01:00
2021-02-24 14:08:29 +01:00