From 2cee800127352dbebe4ec08dbbd1f7a8ddc1cba5 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Wed, 19 Jul 2017 17:10:48 +0900 Subject: [PATCH] verifyCallback and SendAlert on invalid certificate, --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 01df16a6d..99ca64e2d 100644 --- a/src/internal.c +++ b/src/internal.c @@ -8529,7 +8529,6 @@ int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx, args->fatal = 1; } } - #ifdef HAVE_SECURE_RENEGOTIATION if (args->fatal == 0 && ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {