build-trust / ockam

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.
https://ockam.io
Apache License 2.0
4.46k stars 562 forks source link

Library - Validate CBOR structs according to the cddl schema for `nodes/models` misc #6690

Open nazmulidris opened 1 year ago

nazmulidris commented 1 year ago

The ockam_api crate exchanges many structs with the Controller. Those structs are serialized using CBOR and should conform to the cddl schema.

Currently there are only a handful of structs tested for conformance to the schema:

The purpose of this issue is to complete the testing by:

To the following list of structs:

[!NOTE] Related epic: https://github.com/build-trust/ockam/issues/6235


We love helping new contributors! ❤️ If you have questions or need help as you explore, please join us on Discord. If you're looking for other issues to contribute to, please checkout our good first issues.

shautvast commented 11 months ago

did the first 2, looks easy enough. please assign

mrinalwadhwa commented 11 months ago

@shautvast That's awesome, all yours.

Please let us know if your have any questions as you explore. You can also ask questions on the contributors discord https://discord.ockam.io

shautvast commented 10 months ago

submitted PR https://github.com/build-trust/ockam/pull/7169