New submission from Antoine Pitrou <pit...@free.fr>:

This patch gives access to the OpenSSL version the _ssl module is linked 
against, through three attributes: one gives the raw integer, another the 
decoded 5-tuple of ints, the last one the version string as returned by OpenSSL.

----------
components: Library (Lib)
files: sslversion.patch
keywords: patch
messages: 102406
nosy: benjamin.peterson, flox, giampaolo.rodola, janssen, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Give access to openssl version number
type: feature request
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file16767/sslversion.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8321>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to