mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 05:35:33 +01:00
Add new config.h that does not need entropy source
This commit is contained in:
parent
788aa4a812
commit
f84f8926a7
2 changed files with 86 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue