Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CASESession] refactoring and improving testability of Sigma1 sending…
… and handling, and Sigma2 Sending (#36679) * Removing networking bits from CASESession ParseSigma1 and creating EncodeSigma1 * integrating comments * Refactoring HandleSigma1_and_SendSigma2 and functions called within it * Adding Encrypted2 datalen check * renaming variables * Making Parsing and Encoding methods protected * Converting TLV tags to enum class * Making structs protected and making Unit Test inherit CASESession * integrating comments * Integrating comments in TestCASESession * integrate comments on CASESession * Integrating more comments * Using a Variant for the NextStep logic in HandleSigma1, to either send a Sigma message or a status report * fixing clang-tidy error * more comments * comments integration
- Loading branch information