As of [intel/SGXDataCenterAttestationPrimitives@DCAP_1.5](https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/DCAP_1.5), the `sgx_ql_qv_supplemental_t` has added two fields `latest_issue_date` and `earliest_expiration_date`.
This patch synchronizes the `sgx_ql_qv_supplemental_t` within `sgx_types` for this upgrade. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/236 -- Commit Summary -- * fix(sgx_types): add the missing 'latest_issue_date' and 'earliest_expiration_date' to sgx_ql_qv_supplemental_t -- File Changes -- M sgx_types/src/types.rs (7) -- Patch Links -- https://github.com/apache/incubator-teaclave-sgx-sdk/pull/236.patch https://github.com/apache/incubator-teaclave-sgx-sdk/pull/236.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/236
