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
EP_INFO_CAP
Add EP_INFO_CAP to list of capabilities associated with asymmetric cryptography. In particular the below combination will be rejected by libspdm
CERT_CAP==1
KEY_EX_CAP==0
CHAL_CAP==0
EP_INFO_CAP==1
The text was updated successfully, but these errors were encountered:
Add EP_INFO_CAP check
554804c
Fix DMTF#2972. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
Successfully merging a pull request may close this issue.
Add
EP_INFO_CAP
to list of capabilities associated with asymmetric cryptography. In particular the below combination will be rejected by libspdmCERT_CAP==1
KEY_EX_CAP==0
CHAL_CAP==0
EP_INFO_CAP==1
The text was updated successfully, but these errors were encountered: