cc-api / cc-trusted-vmsdk

VMSDK implements the Evidence API
Apache License 2.0
6 stars 8 forks source link

rust: enhance tests to compare rtmr #20

Closed intelzhongjie closed 6 months ago

intelzhongjie commented 6 months ago

Most cases passed except on case "test_replay_cc_eventlog_with_invalid_input" failed which is the known issue that will be resolved after these 2 patches be merged:

  1. Add bound check in cc-trusted-api https://github.com/cc-api/cc-trusted-api/pull/108
  2. Pass the parameter for bound check in cc-trusted-vmsdk https://github.com/cc-api/cc-trusted-vmsdk/pull/19

So this change can be safely merged as it is independent from others.