manticore icon indicating copy to clipboard operation
manticore copied to clipboard

Results 18 manticore issues
Sort by recently updated
recently updated
newest added

Note: this CL is layered on top of #133. Unit tests and a `manifest::owned` implementation still pending.

This type is analogous to a similar class of manager types in the Microsoft C implementation, whose primary purpose is to perform the necessary checks for activating a manifest. Right...

#123 added a crate-wide `Error` type and some helper macros to add logs gated by the `log` feature. One _could_ use the new macros everywhere to provide additional context to...

(depends on https://github.com/lowRISC/manticore/pull/150) Add some simple tests for Markdown table parsing.

`self_update::UpdateStatus` is the status codes defined by the Cerberus spec; before being able to move this further we need to work out some details around the firmware image format, and...

The spec for the GetPfmId Request says that the `identifier` field is optional. This is because it defaults to `Identifier::Version` if not provided. We can save sending this field over...

Right now, they're just raw bytes. We aught to make it possible to specify them as explicitly as enumeration values or similar.

These are defined in sections 6.22 and 6.23 of the Challenge Protocol Specification. Implementing support for them in the PA-RoT server is pending on #43, but implementing the message parsing...

good first issue

Currently unsupported example ```rs make_fuzz_safe! { pub enum MyTupleVariant

fixes #60 Hi! This PR seems OK to me, but likely it will just be the starting point. Obviously feedback is appreciated, and here are some thoughts I had: -...