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


Groups > comp.lang.python > #96852 > unrolled thread

Re: Determining version of OpenSSL linked against python?

Started bysvalleru <shanvalleru@gmail.com>
First post2015-09-17 16:51 -0700
Last post2015-09-17 16:51 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Determining version of OpenSSL linked against python? svalleru <shanvalleru@gmail.com> - 2015-09-17 16:51 -0700

#96852 — Re: Determining version of OpenSSL linked against python?

Fromsvalleru <shanvalleru@gmail.com>
Date2015-09-17 16:51 -0700
SubjectRe: Determining version of OpenSSL linked against python?
Message-ID<mailman.17.1442659964.21674.python-list@python.org>
AFAIK, there is no version variable for python2.6 ssl module but here a tip:

Look for libeat32.dll (usually under Python2.6.1/Lib/site-packages), grep
for 'OpenSSL'
and you will see something like the following which will have the version
string:
-----
:
SSLv3 part of OpenSSL 0.9.8d 28 Sep 2006
:


cheers



--
View this message in context: http://python.6.x6.nabble.com/Determining-version-of-OpenSSL-linked-against-python-tp4333385p5171962.html
Sent from the Python - python-list mailing list archive at Nabble.com.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web