Wenxing Hou
Wenxing Hou
> Question: Have you tested only enable LIBSPDM_ECDSA_SUPPORT or only enable LIBSPDM_RSA_SSA_SUPPORT ? I have added some macros in switch code to pass only LIBSPDM_ECDSA_SUPPORT/LIBSPDM_RSA_SSA_SUPPORT.
I will check it.
@PrithviAPai We talked about: you suspect that this issue may be related to the following logic, and I am checking it. ``` In libspdm_send_request we are taking backup of the...
> > @jyao1 , here is my sample code which I used to test the PR. > > ``` > > bool getVCA() > > { > > std::array request;...
@PrithviAPai Hi. In libspdm, we first build the request and then call the `libspdm_send_request`, which will fill the `context->last_spdm_request`. In your test case, you use your own send function. I...
Thanks for your commit. And I compare the change: no code changes, only positional changes. LGTM. Please submit commit too in spdm-emu if the PR is merged.
> I think we may need a truth table for the reset required use case. > > Overwrite CSRTrackingTag Pending CSR Reset Action > No 0 No - ResetRequired >...
Hi all, I am upstreaming the missing features for CryptoPkgMbedTls.
I am reviewing the PR. Thanks.