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
AlgSupported
For example
libspdm/library/spdm_responder_lib/libspdm_rsp_algorithms.c
Lines 457 to 462 in 5ebe5e3
where DHE only uses seven bits. A mask needs to be applied so that reserved bits are not checked.
The text was updated successfully, but these errors were encountered:
This looks like it's needed in lots of other algorithms. This issue will focus on the AlgType ones.
AlgType
Sorry, something went wrong.
Add mask for AlgSupported reserved bits
b0fe59d
Fix DMTF#2950. Signed-off-by: Steven Bellock <[email protected]>
c1e574e
I will make a pull request to just introduce helper functions that return masks based on the negotiated SPDM version.
steven-bellock
Successfully merging a pull request may close this issue.
For example
libspdm/library/spdm_responder_lib/libspdm_rsp_algorithms.c
Lines 457 to 462 in 5ebe5e3
where DHE only uses seven bits. A mask needs to be applied so that reserved bits are not checked.
The text was updated successfully, but these errors were encountered: