Skip to content

Commit

Permalink
Merge pull request #7841 from mrdeep1/dtls_downgrade_cid
Browse files Browse the repository at this point in the history
Support DTLS1.3 downgrade when server supports CID
  • Loading branch information
douzzer authored Aug 9, 2024
2 parents bba3995 + f1c918c commit 84b91d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -29565,6 +29565,10 @@ static int HashSkeData(WOLFSSL* ssl, enum wc_HashType hashType,
#ifdef WOLFSSL_DTLS
if (ssl->options.dtls) {
DtlsMsgPoolReset(ssl);
#ifdef WOLFSSL_DTLS_CID
if (ssl->options.useDtlsCID)
DtlsCIDOnExtensionsParsed(ssl);
#endif /* WOLFSSL_DTLS_CID */
}
#endif

Expand Down

0 comments on commit 84b91d0

Please sign in to comment.