]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a SSL server to test_socket_ssl.py to be able to test
authorFacundo Batista <facundobatista@gmail.com>
Tue, 3 Apr 2007 17:29:48 +0000 (17:29 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 3 Apr 2007 17:29:48 +0000 (17:29 +0000)
commitc4a106733cd464ec2d2746fd3e868f09734eeb10
treea7b8a95000a6d56f5c4fb6b2d9ce53adebba113f
parente1a9b42c38c8466775f02a2659cda8e6aa6ca9e5
Added a SSL server to test_socket_ssl.py to be able to test
locally. Now, it checks if have openssl available and run
those specific tests (it starts openssl at the beggining of
all the tests and then kills it at the end).
Lib/test/ssl_cert.pem [new file with mode: 0644]
Lib/test/ssl_key.pem [new file with mode: 0644]
Lib/test/test_socket_ssl.py