[PYTHON-CRYPTO] Current state of the art?

Andrew Kuchling akuchlin at CNRI.RESTON.VA.US
Thu Feb 8 17:33:36 CET 2001


On Thu, Feb 08, 2001 at 11:53:26PM +0800, Ng Pheng Siong wrote:
>M2Crypto, a Python binding for OpenSSL, has:

Which reminds me... the socketmodule in Python 2.0 has some very
simple support for SSL.  See Modules/Setup for how to compile it; 2.1
alphas should detect OpenSSL and turn on SSL support automatically.
However, I've been looking at the code recently and am not too
favorably impressed with it; I'll argue for dropping it from 2.1.  SSL
is a big API and the code in socketmodule.c only provides very basic
things.

--amk





More information about the python-crypto mailing list