mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
verifyCallback and SendAlert on invalid certificate,
This commit is contained in:
committed by
Jacob Barthelmeh
parent
4ab0934000
commit
2cee800127
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user