Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96852
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <shanvalleru@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.157 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.71; '*S*': 0.02; 'grep': 0.09; 'subject:version': 0.09; 'python': 0.10; 'subject:python': 0.14; 'openssl': 0.16; 'sslv3': 0.16; 'string:': 0.16; 'subject:linked': 0.16; 'ssl': 0.18; 'archive': 0.18; 'variable': 0.18; '(usually': 0.22; 'sep': 0.22; 'cheers': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; '-----': 0.29; 'url:python': 0.33; '2006': 0.33; 'list': 0.34; 'something': 0.35; 'skip:p 30': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'mailing': 0.38; 'to:addr:python.org': 0.40; 'python-list': 0.66; 'url:6': 0.66; 'here': 0.66; 'message-id:@n6.nabble.com': 0.84; 'nabble.com.': 0.84; 'received:162.253': 0.84; 'received:162.253.133': 0.84; 'received:162.253.133.59': 0.84; 'received:malf.nabble.com': 0.84; 'received:nabble.com': 0.84; 'subject:against': 0.84; 'url:nabble': 0.84; 'url:x6': 0.84 |
| Date | Thu, 17 Sep 2015 16:51:48 -0700 (PDT) |
| From | svalleru <shanvalleru@gmail.com> |
| To | python-list@python.org |
| In-Reply-To | <CA+mfgz1PMHc=REJxCcXVxSNxCJxVLAPiAJO5CN-LiycFSvdsNQ@mail.gmail.com> |
| References | <CA+mfgz1PMHc=REJxCcXVxSNxCJxVLAPiAJO5CN-LiycFSvdsNQ@mail.gmail.com> |
| Subject | Re: Determining version of OpenSSL linked against python? |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Mailman-Approved-At | Sat, 19 Sep 2015 12:52:44 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17.1442659964.21674.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1442659964 news.xs4all.nl 23756 [2001:888:2000:d::a6]:36451 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96852 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Determining version of OpenSSL linked against python? svalleru <shanvalleru@gmail.com> - 2015-09-17 16:51 -0700
csiph-web