Discussion:
Is there support for Intel Trusted Execution Engine?
Lev Serebryakov
2018-09-23 22:19:10 UTC
Permalink
Hello FreeBSD,

I have system which contains, among other:

***@pci0:0:26:0: class=0x108000 card=0x72708086 chip=0x22988086 rev=0x35 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine'
class = encrypt/decrypt

Looks like, tpm(8) doesn't support it. Is it worth supporting at all? Is it
TPM or something else?
--
Best regards,
Lev mailto:***@FreeBSD.org
Benjamin Kaduk
2018-09-24 00:51:55 UTC
Permalink
Post by Lev Serebryakov
Hello FreeBSD,
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine'
class = encrypt/decrypt
Looks like, tpm(8) doesn't support it. Is it worth supporting at all? Is it
TPM or something else?
This is the Intel SGX technology, if I understand correctly.
Which is not really the same sort of thing that tpm(8) seems to be doing.

-Ben

Loading...