mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 12:11:11 +00:00
7f1c805b23
So far, ssl_client2 and ssl_server2 were relying on MBEDTLS_CTR_DRBG_C being set. This commit adapts them to use HMAC DRBG in case CTR DRBG is disabled in the configuration. Note that disabling CTR DRBG in favor of HMAC DRBG can be useful on constrained systems because Mbed TLS' HMAC DRBG is slightly smaller, and moreover needed anyway as part of deterministic ECDSA. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dtls_client.c | ||
dtls_server.c | ||
mini_client.c | ||
query_config.c | ||
ssl_client1.c | ||
ssl_client2.c | ||
ssl_fork_server.c | ||
ssl_mail_client.c | ||
ssl_pthread_server.c | ||
ssl_server.c | ||
ssl_server2.c |