0xfede7c8

Results 10 comments of 0xfede7c8

Also, why `signature.check()` didn't catch the `VERIFICATION_FLAGS.BAD_SIGNATURE` and `pe.verify_signature()` did? I understand the `VERIFICATION_FLAGS.BAD_DIGEST` is only part of verify_signature but I understand that the other code should be returned by...

> sbverify only performs signature.check() and not the complete verification In fact, it does the complete verification. If I change any random byte on the binary, `sbverify` will tell me....

Ok. I need to understand several things still. But I'm interested in contributing this. Let's keep this open for me, please, and I will come back when I have something.

Great to have an answer to this! Thanks for the effort. As a workaround I changed from ```golang type PostFileParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /*Binary...

It's good to know, as I'm new to OpenAPI and Swagger. The confusing thing to me is that that file passes the static check stage. Even the ones from the...

Ok I understand now. In my case the confusion came trying to translate some openAPI 3 spec into swagger 2 format. It seems that openAPI 3 doesn't have the file...

I have another question about this. Most of the times the check is disabled by the header Attributes. Only if the attributes have the FFS_ATTRIB_CHECKSUM flag, the checksum is calculated...

I think this was also reported/related to: https://github.com/chipsec/chipsec/issues/1262#issuecomment-918469435

Same issue. Wasted at least 2 hours on this unnecesarily.