-
I'm using "v0.3.0" and got stuck when calling `verify_signature`, the following is the source code:
```rust
use nsm_io::AttestationDoc;
use aws_nitro_enclaves_cose::CoseSign1;
use openssl::x509:…
-
Currently (in this "0.1.0" pre-release that's on AWS images), if one tries to do `nitro-cli run-enclave` with EIFs that contain invalid certificates (e.g. expired), it will lead to a series of obscure…
-
I have run into some issues while following the instructions in the README on how to [build locally](https://github.com/jfallows/aws-nitro-enclaves-acm#building) and [test in the development environme…
-
To seed the operating system's entropy pool, I wrote a standalone tool that calls `aws_nitro_enclaves_library_seed_entropy()` to gather randomness. As recommended [here](https://github.com/aws/aws-nit…
-
The default configuration file has been changed in the code to `/etc/nitro_enclaves/vsock-proxy.yaml` yet the README has it still at `/etc/vsock_proxy/config.yaml`
-
We received an email a few days ago that the GSoC application period for open source projects will be **Feb 7 - Feb 21**.
If this is something we want to participate in as the CCC, we'll need to as…
-
Hi,
I've setup a customized Amazon Linux 2 with Enclaves and a Nginx App Protect (NAP):
```
aws-nitro-enclaves-cli-1.0.11-0.amzn2.x86_64
aws-nitro-enclaves-acm-1.0.1-2.amzn2.x86_64
nginx-plus…
-
When I get attestation document by `nsm_get_attestation_doc`, and then decoded to `AttestationDoc` and print `pcrs` fields. Then print the results is the following:
```
{0: [0, 0, 0, 0, 0, 0, 0, 0…
-
as #21 got merged, can you please tag a new release to allow allows signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys?
/cc @puiterwijk @nullr0ute
-
I am adding Nitro enclave nodes to my EKS cluster and overall it is working well, but I do have an issue that I have had to work around.
I am spinning up an EKS cluster using:
* **AMI**: amazon-ek…