mbedtls/include
Gilles Peskine b729e1b9ba CTR_DRBG: support set_entropy_len() before seed()
mbedtls_ctr_drbg_seed() always set the entropy length to the default,
so a call to mbedtls_ctr_drbg_set_entropy_len() before seed() had no
effect. Change this to the more intuitive behavior that
set_entropy_len() sets the entropy length and seed() respects that and
only uses the default entropy length if there was no call to
set_entropy_len().

The former test-only function mbedtls_ctr_drbg_seed_entropy_len() is
no longer used, but keep it for strict ABI compatibility.
2019-10-23 18:01:25 +02:00
..
mbedtls CTR_DRBG: support set_entropy_len() before seed() 2019-10-23 18:01:25 +02:00
.gitignore
CMakeLists.txt Create link to include/mbedtls only when testing is enabled 2019-05-27 16:33:38 +08:00