Add config macro for min bytes hw entropy

This commit is contained in:
Andres AG 2016-09-23 17:58:49 +01:00 committed by Simon Butcher
parent ba66e8958d
commit 94d73b0b0a
4 changed files with 8 additions and 1 deletions

View file

@ -12,6 +12,9 @@ Features
calling mbedtls_x509_crt_parse_path().
* Added a configuration file config-no-entropy.h that enables a subset of
library features that do not require an entropy source.
* Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users
to configure the minimum number of bytes for entropy sources using the
mbedtls_hardware_poll() function.
Bugfix
* Fix for platform time abstraction to avoid dependency issues where a build