Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect use of measurement summary hash macros #2269

Merged
merged 3 commits into from
Jul 28, 2023

Commits on Jul 25, 2023

  1. Define the generic measurement summary hash type macros for CHALLENGE…

    …, KEY_EXCHANGE and PSK_EXCHANGE request.
    
    Fix: DMTF#2259
    
    Signed-off-by: Zhao, Zhiqiang <[email protected]>
    Zhiqiang520 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9712c96 View commit details
    Browse the repository at this point in the history
  2. Correct the measurement summary hash macros used in unit tests.

    Fix: DMTF#2259
    
    Signed-off-by: Zhao, Zhiqiang <[email protected]>
    Zhiqiang520 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1d933bc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fix Param2 of PSK_EXCHANGE request message was mistaken as Param1.

    Move the check to the front to return error much sooner.
    Fix: DMTF#2268
    
    Signed-off-by: Zhao, Zhiqiang <[email protected]>
    Zhiqiang520 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6e66fa6 View commit details
    Browse the repository at this point in the history