https://github.com/awslabs/aws-nitro-enclaves-cose
Implements COSE primitives in safe Rust.
https://github.com/awslabs/aws-nitro-enclaves-cose
cose enclaves nitro nitro-enclaves rust
Last synced: 8 months ago
JSON representation
Implements COSE primitives in safe Rust.
- Host: GitHub
- URL: https://github.com/awslabs/aws-nitro-enclaves-cose
- Owner: awslabs
- License: apache-2.0
- Created: 2020-09-02T21:10:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:38:13.000Z (9 months ago)
- Last Synced: 2025-03-29T09:07:59.279Z (8 months ago)
- Topics: cose, enclaves, nitro, nitro-enclaves, rust
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 23
- Watchers: 12
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![status]][actions] [![version]][crates.io] [![docs]][docs.rs] ![msrv]
[status]: https://img.shields.io/github/actions/workflow/status/awslabs/aws-nitro-enclaves-cose/ci.yml?branch=main
[actions]: https://github.com/awslabs/aws-nitro-enclaves-cose/actions?query=branch%3Amain
[version]: https://img.shields.io/crates/v/aws-nitro-enclaves-cose.svg
[crates.io]: https://crates.io/crates/aws-nitro-enclaves-cose
[docs]: https://img.shields.io/docsrs/aws-nitro-enclaves-cose
[docs.rs]: https://docs.rs/aws-nitro-enclaves-cose
[msrv]: https://img.shields.io/badge/MSRV-1.71.1-blue
## COSE for AWS Nitro Enclaves
This library aims to provide a safe Rust implementation of COSE.
Currently, only COSE Sign1 is implemented, with the ability to sign and verify
COSE Sign1 objects.
It uses openssl to provide the required crypto primitives.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This project is licensed under the Apache-2.0 License.