mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 04:31:09 +01:00
The endpoint initialization function was setting up a certificate but the client certificate was not used because client authentication was not enabled (not enabled in the default SSL server configuration). Signed-off-by: Ronald Cron <ronald.cron@arm.com>