enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

feat: add get_sgx_quote_size() enarx call #127

Closed haraldh closed 2 years ago

haraldh commented 2 years ago

The SGX quote size is not a constant. Remove any SGX constants and introduce a new enarx sallyport call to get the quote size.

Related: https://github.com/enarx/enarx/issues/1534

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