Brendan Moran

Results 16 comments of Brendan Moran

I can confirm that I've gotten this context when there's a failure: ``` from = 0 '\000' data = 0x1fffa225 "\001" size = 20, id = 2 '\002' start =...

In `validator_recv_frame`, I have: ``` link = 0 '\000', data = 0x1fffa225 "\001", size = 25 ``` data: ``` 0x1fffa225 : 0x01 0x00 0xff 0xa8 0x5c 0x81 0xd3 0x00 0x1fffa22d...

Is it possible that some lost bytes could produce a valid CRC?

Is this on the left-hand side?

My suspicion is that you're not losing any data on the wire. I suspect that you're losing data by not reading it fast enough. You check for that by registering...

That seems about right. mbedTLS has some information about how to do this in its pk_verify program. However, this is incompatible with COSE_Key objects: the functions used by pk_verify expect...