]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Server-side SSL and certificate validation, by Bill Janssen.
authorGuido van Rossum <guido@python.org>
Sat, 25 Aug 2007 15:08:43 +0000 (15:08 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 25 Aug 2007 15:08:43 +0000 (15:08 +0000)
commit4f2c3ddca45c11d466bf487d16d74fe875536e3f
tree494ac4ce52ddc06df41589ba3e0080ea48b5851c
parent1a42ece0c76166b1dead10decb0e54af084b4eb2
Server-side SSL and certificate validation, by Bill Janssen.
While cleaning up Bill's C style, I may have cleaned up some code
he didn't touch as well (in _ssl.c).
Doc/library/socket.rst
Lib/socket.py
Lib/ssl.py [new file with mode: 0644]
Lib/test/test_ssl.py [new file with mode: 0644]
Misc/NEWS
Modules/_ssl.c
Tools/ssl/get-remote-certificate.py [new file with mode: 0644]