Jean-Paul Calderone

Results 235 comments of Jean-Paul Calderone

Issuing a new release, 12.5.2, with consistent package metadata (which nixpkgs could then switch to) should also fix it.

> Issuing a new release, 12.5.2, with consistent package metadata (which nixpkgs could then switch to) should also fix it. Or to elaborate on @arjan-s 's comment - a new...

Ah. Thanks for tracking that down. The flag wasn't really dropped entirely on purpose but the fact that it didn't get re-added means that there was never any test coverage...

> Any hints how could get that going? If you use a memory BIO connection then you'll have full control over when bytes get delivered. It seems like this should...

Does the same exception occur on pyOpenSSL 0.13?

> pyOpenSSL should write exception handlers to catch WANT_WRITE_ERROR and WANT_READ_ERRORS inside all functions to catch those exceptions Can you explain why you think this needs to be applied to...

> For the rest of the methods, the user can retry the call manually, but it makes the userspace code uglier. pyOpenSSL is meant as a fairly low-level interface. It...

Great. Thanks for the follow-up.

Actually, oops. Leaving this open because I still think doing retry in `sendall` in pyOpenSSL would be fine. :smile:

I'm not too involved in pyOpenSSL development anymore (and haven't been for years). But I think it would be great if this PR were augmented with automated tests demonstrating the...