Import the 3.4 test_ssl.
(Well, actually the version that fixes the svn.python.org certificate problem, as of https://github.com/python/cpython/commit/e5b4fee762a5f4954912e4cbde0ba113b687a66f.) This showed several errors in our SSLSocket impleentation: - read/write/do_handshake raise the correct error for unconnected sockets. - SSLSocket.unwrap returns a working socket object - SSLSocket allows changing the context - SNI callbacks get a working SSLSocket that can change the context
Showing
greentest/3.4/badcert.pem
0 → 100644
greentest/3.4/badkey.pem
0 → 100644
greentest/3.4/dh1024.pem
0 → 100644
greentest/3.4/keycert.pem
0 → 100644
greentest/3.4/keycert2.pem
0 → 100644
greentest/3.4/keycert3.pem
0 → 100644
greentest/3.4/keycert4.pem
0 → 100644
greentest/3.4/nokia.pem
0 → 100644
greentest/3.4/nullcert.pem
0 → 100644
greentest/3.4/pycacert.pem
0 → 100644
greentest/3.4/pycakey.pem
0 → 100644
greentest/3.4/revocation.crl
0 → 100644
greentest/3.4/sha256.pem
0 → 100644
greentest/3.4/ssl_cert.pem
0 → 100644
greentest/3.4/ssl_key.pem
0 → 100644
greentest/3.4/test_ssl.py
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment