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
Upgraded to OpenSSL 3.0.14.
Upgraded Intel(R) Integrated Performance Primitives (IPP) Cryptography library to version
2021.12.1.
Supported FIPS 140-3 Certifiable IPP Crypto based Trusted Library.
Upgraded Intel SGX Architecture Enclaves based on new IPP crypto library.
Upgraded Intel DCAP Quote Verification Enclave to integrate OpenSSL/SgxSSL 3.0.14.
Removed Intel DCAP PCCS from repository.
Added Ubuntu* 24.04 LTS 64-bit Server support.
Fixed bug.
Note that PCCS is not available from this release. Please follow DCAP installation guide to use
`PCCSAdminTool` to retrieve the attestation collaterals or use old version PCCS.
Signed-off-by: Li, Xun <[email protected]>
Ensure that you have downloaded latest Intel(R) SGX SDK Installer from the [Intel(R) SGX SDK](https://software.intel.com/en-us/sgx-sdk/download) and followed the Installation Guide in the same page to install latest Intel(R) SGX SDK Installer.
@@ -256,7 +256,7 @@ You can find the tools and libraries generated in the `build/linux` directory.
256
256
$ make
257
257
```
258
258
- To build the Intel(R) SGX PSW installer, enter the following command:
259
-
* On Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10 and Debian 10:
259
+
* On Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04 and Debian 10:
260
260
```
261
261
$ make deb_psw_pkg
262
262
```
@@ -297,9 +297,9 @@ You can find the tools and libraries generated in the `build/linux` directory.
297
297
```
298
298
deb [trusted=yes arch=amd64] file:/PATH_TO_LOCAL_REPO jammy main
299
299
```
300
-
* On Ubuntu 23.10:
300
+
* On Ubuntu 24.04:
301
301
```
302
-
deb [trusted=yes arch=amd64] file:/PATH_TO_LOCAL_REPO mantic main
302
+
deb [trusted=yes arch=amd64] file:/PATH_TO_LOCAL_REPO noble main
303
303
```
304
304
* On Debian 10:
305
305
```
@@ -344,7 +344,7 @@ Install the Intel(R) SGX SDK
344
344
* Ubuntu\* 20.04 LTS Desktop 64bits
345
345
* Ubuntu\* 20.04 LTS Server 64bits
346
346
* Ubuntu\* 22.04 LTS Server 64bits
347
-
* Ubuntu\* 23.10 Server 64bits
347
+
* Ubuntu\* 24.04 LTS Server 64bits
348
348
* Red Hat Enterprise Linux Server release 9.2 64bits
@@ -477,7 +477,7 @@ The SGX PSW provides 3 services: launch, EPID-based attestation, and algorithm a
477
477
478
478
#### Using the local repo(recommended)
479
479
480
-
| |Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10 and Debian 10|Red Hat Enterprise Linux 9.2, CentOS Stream 9, CentOS 8.3 and Anolis OS 8.6| SUSE Linux Enterprise Server 15|
480
+
| |Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04 and Debian 10|Red Hat Enterprise Linux 9.2, CentOS Stream 9, CentOS 8.3 and Anolis OS 8.6| SUSE Linux Enterprise Server 15|
Some packages are configured with recommended dependency on other packages that are not required for certain usage. For instance, the background daemon is not required for container usage. It will be installed by default, but you can drop it by using the additional option during the installation.
501
-
* On Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10 and Debian 10:
501
+
* On Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04 and Debian 10:
0 commit comments