Sie können ssl.OPENSSL_VERSION in Python2.7 verwenden, jedoch nicht in 2.6. Ich habe den folgenden Befehl ausprobiert, um festzustellen, ob er in 2.6 bestätigt werden konnte.
python -c 'import ssl,commands; print commands.getoutput("strings {0} | grep \"^OpenSSL \"".format(commands.getoutput("ldd {0} | grep ssl ".format(ssl._ssl.__file__)).split(" ")[2])) '
OpenSSL 1.0.1e-fips 11 Feb 2013
Recommended Posts