mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
f71e4e5bf6
Update SGX quote-related headers and simulation code to align with DCAP/ECDSA quote v3. Replace `sgx_quote_t` sizing/usage with `sgx_quote3_t` in internal and simulator paths, add `SGX_DEPRECATED_MSG` for message-bearing deprecation annotations in legacy EPID/PSE types, fix `#pragma pack(pop)` in `pce_cert.h`, and extend simulator build includes to pick up DCAP QuoteGeneration headers. --------- Signed-off-by: Lukasz Juzwiuk <lukasz.a.juzwiuk@intel.com>