This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients daniel.urban, debatem1, dmalcolm, eric.araujo, exarkun, georg.brandl, giampaolo.rodola, gregory.p.smith, heikki, jsamuel, lemburg, loewis, lorph, mcrute, pitrou, vstinner
Date 2010-09-19.13:01:48
SpamBayes Score 2.83987e-05
Marked as misclassified No
Message-id <1284901309.96.0.480648689154.issue8998@psf.upfronthosting.co.za>
In-reply-to
Content
> It may be worthwhile investigating adding the EVP interface
> from evpy (with the ctypes bindings converted to real C wrappers)
> to pyOpenSSL and then adding the pyOpenSSL package to the stdlib.

pyOpenSSL being LGPL'ed, I'm not sure this is possible.
On the other hand, gradually adding some of pyOpenSSL's most useful functionalities to the ssl module would be worthwhile, and I know Jean-Paul would be interested in this.
This has already begun in 3.2, but I've been alone in doing it and it would be nice if other people contributed:
http://docs.python.org/dev/library/ssl.html#ssl-contexts
History
Date User Action Args
2010-09-19 13:01:50pitrousetrecipients: + pitrou, lemburg, loewis, georg.brandl, gregory.p.smith, exarkun, vstinner, giampaolo.rodola, lorph, heikki, eric.araujo, debatem1, dmalcolm, daniel.urban, mcrute, jsamuel
2010-09-19 13:01:49pitrousetmessageid: <1284901309.96.0.480648689154.issue8998@psf.upfronthosting.co.za>
2010-09-19 13:01:48pitroulinkissue8998 messages
2010-09-19 13:01:48pitroucreate