## Description Revise RA code in preparation of supporting DCAP
## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How Has This Been Tested? CI tested ## Checklist (check ALL before submitting PR, even not applicable) - [X] Fork the repo and create your branch from `master`. - [X] If you've added code that should be tested, add tests. - [X] If you've changed APIs, update the documentation. - [X] Ensure the tests pass (see CI results). - [X] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/214 -- Commit Summary -- * [attestation] Generalize RA data structures to unify IAS and DCAP -- File Changes -- M attestation/src/attestation.rs (17) M attestation/src/ias.rs (80) M attestation/src/lib.rs (39) M attestation/src/platform.rs (97) M attestation/src/report.rs (196) M attestation/src/verifier.rs (10) M binder/Enclave.edl (21) M binder/src/ocall.rs (101) M services/authentication/enclave/src/lib.rs (8) M services/database/enclave/src/lib.rs (9) M services/execution/enclave/src/lib.rs (9) M services/frontend/enclave/src/lib.rs (9) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/214.patch https://github.com/apache/incubator-teaclave/pull/214.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/pull/214
