Files
mbedtls/include/mbedtls
Gilles Peskine 4c575c0270 Note that mbedtls_ctr_drbg_seed() must not be called twice
You can't reuse a CTR_DRBG context without free()ing it and
re-init()ing it. This generally happened to work, but was never
guaranteed. It could have failed with alternative implementations of
the AES module because mbedtls_ctr_drbg_seed() calls
mbedtls_aes_init() on a context which is already initialized if
mbedtls_ctr_drbg_seed() hasn't been called before, plausibly causing a
memory leak.

Calling free() and seed() with no intervening init fails when
MBEDTLS_THREADING_C is enabled and all-bits-zero is not a valid mutex
representation.
2019-10-28 21:15:21 +01:00
..
2018-01-30 16:22:04 +00:00
2018-12-16 12:22:12 +02:00
2018-03-08 18:18:34 +01:00
2018-12-16 12:22:12 +02:00
2018-12-16 12:22:12 +02:00
2018-06-28 08:46:23 +03:00
2018-06-28 08:46:23 +03:00
2018-12-16 12:22:12 +02:00
2018-02-08 14:29:14 +00:00
2018-12-16 12:22:12 +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-12-16 12:22:12 +02:00
2018-12-16 12:22:12 +02:00
2019-09-06 13:28:28 +01:00