Home | History | Annotate | Download | only in testserver

Lines Matching refs:tlsConnection

162   def handshake(self, tlsConnection):
166 self.tlsConnection = tlsConnection
167 tlsConnection.handshakeServer(certChain=self.cert_chain,
174 tlsConnection.ignoreAbruptClose = True
1419 channel_id = self.server.tlsConnection.channel_id.tostring()