You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Introduction
5
5
------------
6
6
The Intel® Software Guard Extensions SSL (Intel® SGX SSL) cryptographic library is intended to provide cryptographic services for Intel® Software Guard Extensions (SGX) enclave applications.
7
7
The Intel® SGX SSL cryptographic library is based on the underlying OpenSSL* Open Source project, providing a full-strength general purpose cryptography library.
8
-
Supported OpenSSL version is 1.1.1t.
8
+
Supported OpenSSL version is 1.1.1u.
9
9
10
10
In order to build Intel® SGX SSL libraries based on old OpenSSL version, checkout the tag with the corresponding versioning, e.g. lin_2.5_1.1.1c. Tag naming convention ``[lin/win]_<Intel(R) SGX SDK VERSION>_<OpenSSL VERSION>``.
11
11
@@ -35,7 +35,7 @@ Windows
35
35
(Note: Perl, NASM need to be included in machine's PATH variable)
36
36
37
37
To build Intel® SGX SSL package in Windows OS:
38
-
1. Download OpenSSL package into openssl_source/ directory. (tar.gz package, e.g. openssl-1.1.1t.tar.gz)
38
+
1. Download OpenSSL package into openssl_source/ directory. (tar.gz package, e.g. openssl-1.1.1u.tar.gz)
39
39
2. Download and install latest SGX SDK from [Intel Developer Zone](https://software.intel.com/en-us/sgx-sdk/download). You can find installation guide from the same website.
40
40
3. Change the directory to the SGXSSL path and enter the following command:
41
41
```
@@ -51,7 +51,7 @@ Linux
51
51
- Intel(R) SGX Linux latest release, including SDK, PSW, and driver
52
52
53
53
To build Intel® SGX SSL package in Linux OS:
54
-
1. Download OpenSSL 1.1.1t package into openssl_source/ directory. (tar.gz package, e.g. openssl-1.1.1t.tar.gz)
54
+
1. Download OpenSSL 1.1.1u package into openssl_source/ directory. (tar.gz package, e.g. openssl-1.1.1u.tar.gz)
55
55
2. Download and install latest SGX SDK from [01.org](https://01.org/intel-software-guard-extensions/downloads). You can find installation guide in the same website.
0 commit comments