[Python-Dev] Python 2.6 and 3.0 ...and applink.c?

Bugbee, Larry larry.bugbee at boeing.com
Tue Feb 26 18:09:00 CET 2008


> I don't understand how applink is going to help you. The SSL libs are
statically linked > into the _ssl extension DLL.

I personally have not used _ssl but on quick inspection I don't see any
of the crypto algorithms implemented, AES, ECDSA, etc.  What if we want
to encrypt or sign content using OpenSSL?  We'd import M2Crypto but when
we go to load the key we'll get an OPENSSL_Applink error.  Likewise for
OpenSSL with xmlsec. 

Larry

PS: This problem applies to vanilla builds of Python on Windows only
when Microsoft tools and libraries are used to build Python.  It does
not apply to cygwin or mingw where gcc is used.  Likewise, it does not
apply to other platforms, only Windows.


More information about the Python-Dev mailing list