Jack Lloyd

Results 182 comments of Jack Lloyd

Removing this from the 3.0 milestone. Probably worth looking into but I don't think it is pressing.

I believe all of the above mentioned APIs have now been updated to using smart pointers, with the exception of the filters code. For the filters, I am inclined to...

This bug turned out to be because we had two distinct pieces of code that were trying to shift the hash to fit into the group order, and they occasionally...

Closing as stale, if you are still having problems please open a new ticket.

Ideally, yes. As far as I understand it the same product as LGTM still exist just now has moved to Github's scanning system

Is there any update here? This situation is really unfortunate since at this point OSS-Fuzz is literally the only thing holding us back from using functionality that could enable safer...

I think this situation has been improved somewhat by the recent work in #3315 and #3320 but a lot of that only addressed the signature generation side, going from a...

I think we are doing pretty well here at this point. The main remaining centralization of logic in X.509 is now `x509_signature_padding_for` in `x509_obj.cpp` where we pick an appropriate padding...

Your proposal seems about right. The main thing that's missing is we also have to account for PKCSv1.5 vs PSS for RSA. But handling that in a generic interface might...