DMTF / spdm-emu

BSD 3-Clause "New" or "Revised" License
32 stars 44 forks source link

do_certificate_provising_via_spdm unresolved if LIBSPDM_ENABLE_CAPABILITY_KEY_EX_CAP || LIBSPDM_ENABLE_CAPABILITY_PSK_CAP #392

Open tmarkey64 opened 10 hours ago

tmarkey64 commented 10 hours ago

The function, do_certificate_provising_via_spdm in spdm_requester_session is only available if either LIBSPDM_ENABLE_CAPABILITY_KEY_EX_CAP || LIBSPDM_ENABLE_CAPABILITY_PSK_CAP is true. It is not clear that these flags are required in order to send GET_CSR and SET_CERTIFICATE. Is this defined in the specification?