mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 11:35:40 +00:00
Remove question in comment about verify flags on cli vs. server
This commit is contained in:
parent
1aed7779ec
commit
3acc9b9042
|
@ -6015,8 +6015,6 @@ static int ssl_parse_certificate_coordinate( mbedtls_ssl_context *ssl,
|
|||
|
||||
if( authmode == MBEDTLS_SSL_VERIFY_NONE )
|
||||
{
|
||||
/* NOTE: Is it intentional that we set verify_result
|
||||
* to SKIP_VERIFY on server-side only? */
|
||||
ssl->session_negotiate->verify_result =
|
||||
MBEDTLS_X509_BADCERT_SKIP_VERIFY;
|
||||
return( SSL_CERTIFICATE_SKIP );
|
||||
|
|
Loading…
Reference in a new issue