]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10022: The dictionary returned by the `getpeercert()` method
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 20:21:19 +0000 (20:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 20:21:19 +0000 (20:21 +0000)
commitfb0469112f2e027833a1dc7ff4c678417de0111a
treeac086511b8885cf056a2bdc453087a731f9d82c9
parent859c4ef0a0069a555057f25f02407e89bd2c114b
Issue #10022: The dictionary returned by the `getpeercert()` method
of SSL sockets now has additional items such as `issuer` and `notBefore`.
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c