blob: 9c038cf259796112e1c21a2224af17bf2f403a2d [file] [log] [blame]
Direct instantiation of SSLSocket and SSLObject objects is now prohibited.
The constructors were never documented, tested, or designed as public
constructors. Users were suppose to use ssl.wrap_socket() or SSLContext.