You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I am currently working on simulating the execution of the TDX module through nested virtualization. Linux needs libtdx.so and libtdx.so.sigstruct to install tdx-moudle. I can obtain libtdx.so by make,but how can I get libtdx.so.sigstruct. Isn't the corresponding scripts open source? Or maybe I overlooked something.
Thanks so much.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: