Christopher Swenson

Results 42 comments of Christopher Swenson

@ncabatoff I updated and standardized the lease event structure, and now emit them on creation, revocation, and renewal. I believe I removed the sensitive data, but still have enough info...

@ncabatoff and others, any other feedback on this, or other work I should do to get this ready for merging?

@DylanWangWQF I'm sorry, but I do not know. I only have the larger VCK190 board to test with, and I don't know enough about the ZCU102 and 104 to know...

The MCU does not have access directly to the SHA accelerator in 2.0. I'm not sure if it can program the DMA widget to access it or not. The more...

If you apply this patch, the build should pass: ```diff diff --git a/ureg/lib/codegen/src/lib.rs b/ureg/lib/codegen/src/lib.rs index b8e4166e..f696427c 100644 --- a/ureg/lib/codegen/src/lib.rs +++ b/ureg/lib/codegen/src/lib.rs @@ -874,6 +874,7 @@ pub fn generate_code(block: &ValidatedRegisterBlock, options:...

The 24-bit ID rollover test did complete on the FPGA after about ~8 hours.

Moving this to 2.2, as @mhatrevi and I do not think we will get this in by 2.0 or 2.1

@rstrongMCT we have not evaluated how we are going to support encrypted firmware in regards to measurements and the SoC manifest. We haven't had time to come up with a...

I looked at the `constant_time_eq` crate, which we use in `dpe`. It contains a much simpler set equality check (it doesn't use decoys or random walks), but it would probably...