We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ENCRYPT_CAP
MAC_CAP
KEY_EX_CAP
From DMTF/SPDM-Responder-Validator#140.
Through #2921 the checking of MAC_CAP was deferred to when KEY_EXCHANGE was called. However the CAPABILITIES check still needs to enforce
KEY_EXCHANGE
CAPABILITIES
KEY_EX_CAP - If set, Requester shall support KEY_EXCHANGE request message. If set, ENCRYPT_CAP or MAC_CAP shall be set.
The text was updated successfully, but these errors were encountered:
Enforce MAC/ENCRYPT capability checks
c91e38f
Fix DMTF#2944. This also adds back relevant unit tests that were removed in DMTF#2933. Signed-off-by: Steven Bellock <[email protected]>
e08de37
9b636f5
Fix #2944. This also adds back relevant unit tests that were removed in #2933. Signed-off-by: Steven Bellock <[email protected]>
d84eeb8
steven-bellock
Successfully merging a pull request may close this issue.
From DMTF/SPDM-Responder-Validator#140.
Through #2921 the checking of
MAC_CAP
was deferred to whenKEY_EXCHANGE
was called. However theCAPABILITIES
check still needs to enforceThe text was updated successfully, but these errors were encountered: