We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bdcce commit f2f9d5bCopy full SHA for f2f9d5b
src/internal.c
@@ -18083,12 +18083,14 @@ static int SanityCheckMsgReceived(WOLFSSL* ssl, byte type)
18083
WOLFSSL_ERROR_VERBOSE(OUT_OF_ORDER_E);
18084
return OUT_OF_ORDER_E;
18085
}
18086
+#ifndef WOLFSSL_NO_CLIENT_AUTH
18087
if (!ssl->options.resuming && ssl->options.verifyPeer &&
18088
!ssl->options.usingPSK_cipher &&
18089
!ssl->options.usingAnon_cipher &&
18090
!ssl->msgsReceived.got_certificate) {
18091
18092
18093
+#endif
18094
if (ssl->msgsReceived.got_certificate_verify||
18095
ssl->msgsReceived.got_change_cipher ||
18096
ssl->msgsReceived.got_finished) {
0 commit comments