Open DeathWish5 opened 4 months ago
Hi, Thank you for showing interest in the Intel TDX technology.
The build option provides the ability to compare the publicly exposed source code to the officially released binary.
To run the TDX Module it is required to use the official signed binaries released by Intel. Intel does not provide an environment to run TDX with non-signed binaries.
libtdx.so.sigstruct
is provided as part of the official Intel signed binaries.
Hi,I am currently working on simulating the execution of the TDX module through nested virtualization. Linux needs
libtdx.so
andlibtdx.so.sigstruct
to install tdx-moudle. I can obtainlibtdx.so
bymake
,but how can I getlibtdx.so.sigstruct
. Isn't the corresponding scripts open source? Or maybe I overlooked something.Thanks so much.