Remove question in comment about verify flags on cli vs. server

This commit is contained in:
Hanno Becker 2019-02-25 10:03:26 +00:00
parent e669770b52
commit 257ef65d94

View file

@ -6429,8 +6429,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 );