verifyCallback and SendAlert on invalid certificate,

This commit is contained in:
Takashi Kojo
2017-07-19 17:10:48 +09:00
committed by Jacob Barthelmeh
parent 4ab0934000
commit 2cee800127

View File

@@ -8529,7 +8529,6 @@ int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx,
args->fatal = 1; args->fatal = 1;
} }
} }
#ifdef HAVE_SECURE_RENEGOTIATION #ifdef HAVE_SECURE_RENEGOTIATION
if (args->fatal == 0 && ssl->secure_renegotiation if (args->fatal == 0 && ssl->secure_renegotiation
&& ssl->secure_renegotiation->enabled) { && ssl->secure_renegotiation->enabled) {