awslabs / aws-nitro-enclaves-cose

Implements COSE primitives in safe Rust.
Apache License 2.0
19 stars 20 forks source link

tag new release #30

Closed runcom closed 3 years ago

runcom commented 3 years ago

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

petreeftime commented 3 years ago

I wanted to also include https://github.com/awslabs/aws-nitro-enclaves-cose/pull/22 or in the release, however, there are some comments still open on the PR. The AWS SDK isn't available in crates.io, so that feature can't be enabled right now without cloning the AWS SDK locally, which I'd prefer to avoid if possible.

nullr0ute commented 3 years ago

With #22 merged can we have a release please?

petreeftime commented 3 years ago

I'll look into cutting a release by end of week.

petreeftime commented 3 years ago

Updated to version 0.4.0 on crates.io.

runcom commented 3 years ago

@petreeftime thanks a ton :+1: