enarx / sgx

Library for Intel SGX
Apache License 2.0
14 stars 10 forks source link

feat: add missing fields of SIGSTRUCT #99

Closed haraldh closed 2 years ago

haraldh commented 2 years ago

Newer Intel specifications specify the following fields in SIGSTRUCT:

Signed-off-by: Harald Hoyer harald@profian.com

npmccallum commented 2 years ago

What is the purpose in making these public?

haraldh commented 2 years ago

to modify them for a signed release signature

npmccallum commented 2 years ago

@haraldh A Body is supposed to be immutable. Its fields are set in Parameters::body() and then readable via an accessor method.

haraldh commented 2 years ago

@npmccallum ok, moved to Parameters.