Python OpenSSL library

Antoine Pitrou solipsis at pitrou.net
Mon Jun 14 10:08:45 EDT 2010


On Sun, 13 Jun 2010 14:13:32 -0700
geremy condra <debatem1 at gmail.com> wrote:
> On Sun, Jun 13, 2010 at 1:29 PM, astral
> <astral at news.eternal-september.org> wrote:
> > I am looking for Python OpenSSL library, for Python version 2.5.4 (on
> > Windows)
> > Which does not require to install Cygwin package. Need just to decrypt file,
> > then uninstall library.
> 
> Evpy[1] is designed to be a very easy-to-use interface to OpenSSL,
> although it is by design limited to doing things the right way, so it
> may not meet your needs.

How about contributing to the standard hashlib and ssl modules? Is
there anything there that goes in the way, e.g. design-wise?

Regards

Antoine.





More information about the Python-list mailing list