Skip to content

Commit

Permalink
fixup! [Python,CI,Docs] Support SGX extended product ID
Browse files Browse the repository at this point in the history
  • Loading branch information
DL8 committed Jan 11, 2023
1 parent 0a0d8ee commit bc47cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/graminelibos/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def __init__(self, manifest_str):
sgx.setdefault('isvprodid', 0)
sgx.setdefault('isvsvn', 0)
sgx.setdefault('kss', False)
sgx.setdefault('isvextprodid', b'\x00'*16)
sgx.setdefault('isvfamilyid', b'\x00'*16)
sgx.setdefault('isvextprodid', 0)
sgx.setdefault('isvfamilyid', 0)
sgx.setdefault('remote_attestation', "none")
sgx.setdefault('debug', False)
sgx.setdefault('require_avx', False)
Expand Down

0 comments on commit bc47cab

Please sign in to comment.