mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 06:11:07 +00:00
888c2fde60
This commit changes the behaviour of mbedtls_ssl_parse_certificate to make the two authentication modes SSL_VERIFY_REQUIRED and SSL_VERIFY_OPTIONAL be in the following relationship: Mode == SSL_VERIFY_REQUIRED <=> Mode == SSL_VERIFY_OPTIONAL + check verify result Also, it changes the behaviour to perform the certificate chain verification even if the trusted CA chain is empty. Previously, the function failed in this case, even when using optional verification, which was brought up in #864. |
||
---|---|---|
.. | ||
polarssl | ||
.gitignore | ||
CMakeLists.txt |