Skip to content
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

Add support for signing with asymmetric AWS KMS keys #5

Closed
petreeftime opened this issue Nov 24, 2020 · 0 comments · Fixed by #23
Closed

Add support for signing with asymmetric AWS KMS keys #5

petreeftime opened this issue Nov 24, 2020 · 0 comments · Fixed by #23
Labels
enhancement New feature or request

Comments

@petreeftime
Copy link
Contributor

Required for being able to solve: aws/aws-nitro-enclaves-cli#204.

@andraprs andraprs added the enhancement New feature or request label Apr 13, 2021
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Jul 6, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Jul 6, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Jul 6, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Jul 6, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Jul 8, 2021
This implements an abstracted signing crypto module that uses an Amazon
Web Services Key Management Service key to sign data.
It supports either KMS or local keys for verification.

Fixes: awslabs#5
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Aug 11, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Aug 11, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
puiterwijk added a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Aug 12, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
petreeftime pushed a commit that referenced this issue Aug 12, 2021
This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
petreeftime pushed a commit to petreeftime/aws-nitro-enclaves-cose that referenced this issue Oct 27, 2021
This implements an abstracted signing crypto module that uses an Amazon
Web Services Key Management Service key to sign data.
It supports either KMS or local keys for verification.

Fixes: awslabs#5
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
petreeftime pushed a commit to petreeftime/aws-nitro-enclaves-cose that referenced this issue Aug 3, 2022
This implements an abstracted signing crypto module that uses an Amazon
Web Services Key Management Service key to sign data.
It supports either KMS or local keys for verification.

Fixes: awslabs#5
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
petreeftime pushed a commit to puiterwijk/aws-nitro-enclaves-cose that referenced this issue Aug 8, 2022
This implements an abstracted signing crypto module that uses an Amazon
Web Services Key Management Service key to sign data.
It supports either KMS or local keys for verification.

Fixes: awslabs#5
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
petreeftime pushed a commit that referenced this issue Aug 8, 2022
This implements an abstracted signing crypto module that uses an Amazon
Web Services Key Management Service key to sign data.
It supports either KMS or local keys for verification.

Fixes: #5
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants