]> granicus.if.org Git - python/commit
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Apr 2010 21:35:07 +0000 (21:35 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Apr 2010 21:35:07 +0000 (21:35 +0000)
commitf9de534c218cfdab5b4114e6ed535c940ae6b8b5
tree176bd640ca6f0c8d17f0a2644fcd734bc44d8580
parentfce1d31d4710c0280e2b646f72174de79a713430
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
and `ssl.OPENSSL_VERSION_NUMBER`.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c