DMTF / SPDM-Responder-Validator

BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Fix doc/code mismatch on FINISH case 9.4 #106

Closed jyao1 closed 11 months ago

jyao1 commented 11 months ago

The doc expects UnexpectedRequest, before KEY_EXCHANGE. But the code only send VC without ALGORITHM.

However, if VCA is used, then the error is SessionRequired. That also makes sense, because without KEY_EXCHANGE there is no session.

As such, just fix the doc to match the code.

jyao1 commented 11 months ago

Fix https://github.com/DMTF/SPDM-Responder-Validator/issues/97