Kazzix

Results 10 comments of Kazzix

@jhmartin You should use ` OpenSSL::X509::Certificate.new(json[header['kid']]).keypair` instead. It returns `OpenSSL::PKey::EC` that have `dsa_verify_asn1` method.

Thank you for reviewing! I'll add tests for this PR when I have time. could you please wait for it?

I wrote a test, but I'm not sure it is enough. Please teach me if there are other test cases that we should cover.

If there are no spec-level concerns with supporting top-level `T.self_type`, I'd be happy to work on an implementation and open a PR for this.

Thank you for the context and for pointing me to #9531. I understand that there’s not much I can do here. If the remaining work is internal to Stripe, I...

This PR is now ready for review. I've cleaned up the implementation and added tests. Would appreciate any feedback!

Oh, I need to resolve conflicts.

I’ve resolved the merge conflicts!

Hello @jez, sorry to bother you. Just wanted to check if you had a chance to look at this. No rush though! Thank you for your time.

Hi, I’d really like Sorbet to support this feature. Before I proceed further, are there any concerns with the overall approach or the concepts behind it? If the process should...