From 257ef65d9445cacaaa2cbac29aacb241245728f0 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 25 Feb 2019 10:03:26 +0000 Subject: [PATCH] Remove question in comment about verify flags on cli vs. server --- library/ssl_tls.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index f31f1cb04d..018029f7c6 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -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 );