mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
DTLS: client re-send on duplicate HelloRequest as well
This commit is contained in:
@ -7328,7 +7328,7 @@ int VerifyForDtlsMsgPoolSend(WOLFSSL* ssl, byte type, word32 fragOffset)
|
|||||||
((ssl->options.verifyPeer) && (type == certificate)) ||
|
((ssl->options.verifyPeer) && (type == certificate)) ||
|
||||||
((!ssl->options.verifyPeer) && (type == client_key_exchange)))) ||
|
((!ssl->options.verifyPeer) && (type == client_key_exchange)))) ||
|
||||||
((ssl->options.side == WOLFSSL_CLIENT_END) &&
|
((ssl->options.side == WOLFSSL_CLIENT_END) &&
|
||||||
(type == server_hello))));
|
(type == hello_request || type == server_hello))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user