mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Add config macro for min bytes hw entropy
This commit is contained in:
parent
ba66e8958d
commit
94d73b0b0a
4 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue