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

Add SPDM 1.3 new feature: Set key pair info #2803

Merged
merged 8 commits into from
Sep 12, 2024
Merged

Commits on Aug 22, 2024

  1. Add SPDM 1.3 new feature: Set key pair info

    Signed-off-by: Wenxing Hou <[email protected]>
    Wenxing-hou committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0edb0be View commit details
    Browse the repository at this point in the history
  2. Add set_key_pair_info requester unit_test

    Signed-off-by: Wenxing Hou <[email protected]>
    Wenxing-hou committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    10fea5c View commit details
    Browse the repository at this point in the history
  3. Add set_key_pair_info responder unit_test

    Signed-off-by: Wenxing Hou <[email protected]>
    Wenxing-hou committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9b3ff0a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Clean up SET_KEY_PAIR_INFO_CAP macro check.

    It is integrator's responsibility to ensure GET_KEY_PAIR_INFO_CAP is set,
    if SET_KEY_PAIR_INFO_CAP is set.
    
    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a583211 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary zero check for SPDM_SET_KEY_PAIR_INFO_GENERATE_OPE…

    …RATION.
    
    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    82f6dd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. clean up retry

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    750f02d View commit details
    Browse the repository at this point in the history
  2. clarify public_key_info can be NULL in hal API.

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dfe9a42 View commit details
    Browse the repository at this point in the history
  3. some clean up for set_key_pair_info_ack.

    Signed-off-by: Jiewen Yao <[email protected]>
    jyao1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d735c22 View commit details
    Browse the repository at this point in the history