mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:25:44 +01:00
00a9b6df77
tinyCrypt uses a global RNG without context parameter while Mbed TLS in its default configuration uses RNG+CTX bound to the SSL configuration. This commit restricts the use of tinyCrypt to configurations that use a global RNG function with NULL context by setting MBEDTLS_SSL_CONF_RNG in the configuration. This allows to define a wrapper RNG to be used by tinyCrypt which maps to this global hardcoded RNG. |
||
---|---|---|
.. | ||
mbedtls | ||
tinycrypt | ||
.gitignore | ||
CMakeLists.txt |