Alex Gaynor

Results 909 comments of Alex Gaynor

Hmm, can you give an example of the frozen class issue, I think I follow, but I'm not positive.

For various reasons this isn't particularly practical -- pyo3 has no way of mapping the `&mut` reference that's returned back to the original instance. The right way to do this...

Cc: @woodruffw this may be a CABF requirement On Wed, Aug 21, 2024, 2:30 PM Han Yu ***@***.***> wrote: > Hello, I found an inconsistent IDP extension constraint check per...

@reaperhulk do you remember why we did this? just an accident? Either way, it seems like this change is correct, and if you can fix the tests, we can get...

https://cryptography.io/en/latest/development/getting-started/ On Tue, Sep 24, 2024 at 12:49 AM Han Yu ***@***.***> wrote: > > Hi @alex I can work on fixing the tests. Would you let me know how...

Blocked on https://github.com/python-cffi/cffi/issues/117

To be clear: That's something we'd accept a a PR for. We have no familiarity with developing for iOS with Python, so we can't write it.

I'm pretty sure that you're double-SMIME-encoding the data.

I mean that you're both using the `SMIME` encoding option with the `PKCS7SignatureBuilder` and also doing your own SMIME encoding. I think this may be duplicating portions of it.