-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework mbedtls patch for a entropy pool.
- remove patched in implementation of mbedtls_platform_entropy_poll using oc_random_value - remove obsolete __OC_RANDOM - implement mbedtls entropy source using oc_entropy_value and use public API mbedtls_entropy_add_source to add it to mbedTLS - add mbedtls_oc_platform-standalone.h.in when building mbedtls with standalone programs which don't link with iotivity-lite. This file is processed by CMake, which then creates mbedtls_oc_platform.h. This header is included by mbedtls_config.h and defines some of the defines needed by mbedTLS configuration which otherwise would be defined from included iotivity-lite headers.
- Loading branch information
1 parent
f735d3d
commit 7bd43e4
Showing
25 changed files
with
311 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.