Skip to content

Commit ae3735d

Browse files
authored
Merge pull request #603 from sbellem/ae-repro-verif-fix-links
Fix prebuilt AE downloads links. Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
2 parents 8352ed6 + 1f07408 commit ae3735d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

linux/reproducibility/ae_reproducibility_verifier/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ So this doc will give an approach using your local AE builds to verify Intel(R)
1717
* <a id="materials">Prepare below 4 materials</a>
1818

1919
1. intel_signed_ae:
20-
It is the Intel(R) prebuilt AE to be verified, and can be downloaded from (https://download.01.org/intel-sgx/latest/intel-latest/)
20+
It is the Intel(R) prebuilt AE to be verified, and can be downloaded from
21+
https://download.01.org/intel-sgx/latest/dcap-latest/linux/ (for ECDSA-based
22+
attestation) or https://download.01.org/intel-sgx/latest/linux-latest/.
2123
2. user_build_unsigned_ae:
2224
The unsigned AE is built by yourself in an SGX docker container. You can follow the [reproducibility README.md](../README.md) to build all AEs in a container.
2325
3. user_private_key:

linux/reproducibility/ae_reproducibility_verifier/reproducibility_verifier.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ The script is to verify Intel(R) prebuilt AEs are:
3939
* Signed using same config.xml that being opensourced
4040
4141
Arguments:
42-
intel_signed_ae: It's the Intel(R) prebuilt AE to be verified,
43-
and can be downloaded from https://download.01.org/intel-sgx/latest/intel-latest/
42+
intel_signed_ae: It's the Intel(R) prebuilt AE to be verified,
43+
and can be downloaded from
44+
https://download.01.org/intel-sgx/latest/dcap-latest/linux/ or
45+
https://download.01.org/intel-sgx/latest/linux-latest/.
4446
user_build_unsigned_ae: It's built by yourself in an SGX docker container.
4547
user_private_key: It's generated by yourself for signing user_build_unsigned_ae in bullet 1.
4648
intel_ae_config_xml: It's the opensource enclave config.xml of Intel(R) prebuilt AE,

0 commit comments

Comments
 (0)