Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T15:41:40.000Z (7 months ago)
- Last Synced: 2024-12-21T22:50:10.731Z (12 days ago)
- Topics: cose, enclaves, nitro, nitro-enclaves, rust
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 20
- Watchers: 11
- Forks: 21
- Open Issues: 7
-
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.68.2-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.