-
Notifications
You must be signed in to change notification settings - Fork 691
Fix SGX-RA Building #4208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix SGX-RA Building #4208
Conversation
Given the definition of the LIB_RATS vars, this line should be fixed in this way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please share which release of SGX and SGXSSL you are using?
I am using the SGX sdk v2.25 SGXSSL and 3.0_Rev2 |
Understood. Could you please update samples/sgx-ra/README.md based on the PR modifications? |
done! |
-L$(LIB_RATS_SRC)/verifiers/sgx-ecdsa-qve \ | ||
-L$(SGX_SSL)/lib64 \ | ||
-L$(VMLIB_BUILD_DIR)/external/libcbor/src/libcbor/lib \ | ||
-L$(LIB_RATS_SRC)/crypto_wrappers/openssl \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate line with 166
@@ -53,7 +53,7 @@ $ # Verify that the paths are correctly set | |||
$ which ar as ld objcopy objdump ranlib | |||
$ cd ../ | |||
$ git clone https://github.com/intel/intel-sgx-ssl.git | |||
$ wget https://www.openssl.org/source/openssl-1.1.1v.tar.gz -O intel-sgx-ssl/openssl_source/openssl-1.1.1v.tar.gz | |||
$ wget https://www.openssl.org/source/openssl-3.0.14.tar.gz -O intel-sgx-ssl/openssl_source/openssl-3.0.14.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I try to make all, it requires openssl version to be 3.1.x, do you think it's a problem?
Given the definition of the LIB_RATS vars, this line should be fixed in this way.