aws-nitro-enclaves-cose icon indicating copy to clipboard operation
aws-nitro-enclaves-cose copied to clipboard

Implements COSE primitives in safe Rust.

Results 7 aws-nitro-enclaves-cose issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) to permit the latest version. Changelog Sourced from aws-smithy-runtime's changelog. April 30th, 2024 New this release: :tada: (client, smithy-rs#119, smithy-rs#3595, smithy-rs#3593, smithy-rs#3585, smithy-rs#3571, smithy-rs#3569) Added...

dependencies

Updates the requirements on [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [aws-config](https://github.com/smithy-lang/smithy-rs) to permit the latest version. Changelog Sourced from aws-config's changelog. April 11th, 2024 New this release: :tada: (all, smithy-rs#3485) Stalled stream protection now supports request...

dependencies

Hey! According to the [RUSTSEC-2021-0127](https://rustsec.org/advisories/RUSTSEC-2021-0127.html) serde_cbor is no longer maintained and it is advised to use this crates instead: - [ciborium](https://crates.io/crates/ciborium) - [minicbpr](https://crates.io/crates/minicbor)

Adding support for storing signing/verification key pairs using the Parsec service. Signed-off-by: Ionut Mihalcea Part of issue #35 By submitting this pull request, I confirm that you can use, modify,...

This implements the cryptography in terms of Ring. Signed-off-by: Patrick Uiterwijk This uses the crypto flexibility from #28.

Hello, Following the brief conversation in #34, this issue is a placeholder for implementing an integration with Parsec as a crypto backend. Outstanding tasks: - [ ] Investigate how the...