Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2595

Determining version of OpenSSL

From Adam Mercer <ramercer@gmail.com>
Date 2011-04-04 15:44 -0500
Subject Determining version of OpenSSL
Newsgroups comp.lang.python
Message-ID <mailman.18.1301949910.9059.python-list@python.org> (permalink)

Show all headers | View raw


Hi

I'm trying to determine the version of OpenSSL that a given python is
compiled against, with python2.7 I can do this with:

import ssl
ssl.OPENSSL_VERSION

is there a way that this can be done in python2.4? It's annoying but I
need to support python2.4 for a while yet :-(

Cheers

Adam

Back to comp.lang.python | Previous | NextNext in thread | Find similar


Thread

Determining version of OpenSSL Adam Mercer <ramercer@gmail.com> - 2011-04-04 15:44 -0500
  Re: Determining version of OpenSSL "Martin v. Loewis" <martin@v.loewis.de> - 2011-04-04 23:44 +0200
    Re: Determining version of OpenSSL Adam Mercer <ramercer@gmail.com> - 2011-04-04 17:06 -0500

csiph-web