Home | History | Annotate | Download | only in stream_server

Lines Matching refs:OpenSSL

133         import OpenSSL.SSL
251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
344 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
349 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
424 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly