nixpkgs/pkgs/os-specific/linux/sgx/sdk
Vincent Haupert 9dac06a14d sgx-sdk, sgx-psw: improve samples
Make it easier to review updates to `sgx-{sdk,psw}` on machines with
actual SGX hardware support. The passthru tests build and run the SGX
samples in simulation mode which works without any hardware support. To
run the samples on a machine with SGX hardware support, issue the
following command:

```bash
 $(nix-build -A sgx-sdk.runTestsHW)/bin/run-tests-hw
```

Make sure the SGX AESM daemon is running as some tests require it. See
the `services.aesmd.*` NixOS module options and the `sgx-psw` package
for details.
2022-01-09 18:02:58 +01:00
..
default.nix sgx-sdk, sgx-psw: improve samples 2022-01-09 18:02:58 +01:00
ipp-crypto.nix sgx-sdk, sgx-psw: 2.14 -> 2.15.1 2021-12-15 13:09:18 +01:00