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
Ext
From https://github.com/DMTF/libspdm/pull/2968/files#r2012239310.
For SPDM 1.0, A + E need to be less than or equal to 8. For SPDM 1.1 and greater
8
A + E + ExtAlgCount2 + ExtAlgCount3 + ExtAlgCount4 + ExtAlgCount5 shall be less than or equal to 20.
Add new #defines to spdm.h and perform this check during NEGOTIATE_ALGORITHMS / ALGORITHMS.
#define
spdm.h
NEGOTIATE_ALGORITHMS / ALGORITHMS
The text was updated successfully, but these errors were encountered:
steven-bellock
No branches or pull requests
From https://github.com/DMTF/libspdm/pull/2968/files#r2012239310.
For SPDM 1.0, A + E need to be less than or equal to
8
. For SPDM 1.1 and greaterAdd new
#define
s tospdm.h
and perform this check duringNEGOTIATE_ALGORITHMS / ALGORITHMS
.The text was updated successfully, but these errors were encountered: