[Python-Dev] Python 2.6 and 3.0 ...and applink.c?
Bugbee, Larry
larry.bugbee at boeing.com
Tue Feb 26 17:55:06 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
More information about the Python-Dev
mailing list