[Cryptography-dev] pyOpenSSL

Cory Benfield cory at lukasa.co.uk
Wed Jun 7 08:36:05 EDT 2017



> On 7 Jun 2017, at 13:15, Alex Gaynor <alex.gaynor at gmail.com> wrote:
> 
> Are there things we can do to lower the maintenance burden for ourselves? At this point the X.509 layer in cryptography is complete, can we deprecate the one in pyOpenSSL? That'd let us kill a good deal of code, and really get pyOpenSSL down to just an SSL layer, which is all we care about anyways.

Right now there aren’t any functions that let you convert to cryptography X509 objects from PyOpenSSL ones or vice versa: only for keys. If we got those for the various X509 objects then I think that’d be a reasonable thing to do.

Cory



More information about the Cryptography-dev mailing list