Add new config.h that does not need entropy source

This commit is contained in:
Andres AG 2016-09-19 15:33:30 +01:00 committed by Simon Butcher
parent 788aa4a812
commit f84f8926a7
2 changed files with 86 additions and 0 deletions

View file

@ -10,6 +10,8 @@ Features
* Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to
configure the maximum length of a file path that can be buffered when
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.
Bugfix
* Fix for platform time abstraction to avoid dependency issues where a build