svsm-vtpm / linux-svsm

Linux SVSM (Secure VM Service Module) for secure x86 virtualization in Rust
MIT License
9 stars 4 forks source link

Add a simple vTPM performance benchmark; add a simple attack script. #2

Closed galmasi closed 1 year ago

galmasi commented 1 year ago

These are basic scripts to aid performance comparisons between SVSM vTPMs and normal socket-based vTPMs; also, scripts to perform security attacks against the SVSM vTPM.

cclaudio commented 1 year ago

I added some small fixes (including the ones suggested here) and pushed the patches. Thanks @galmasi @arkivm @ruocco