Home | History | Annotate | Download | only in testserver

Lines Matching refs:tlsConnection

174   def handshake(self, tlsConnection):
178 self.tlsConnection = tlsConnection
179 tlsConnection.handshakeServer(certChain=self.cert_chain,
190 tlsConnection.ignoreAbruptClose = True
1468 channel_id = self.server.tlsConnection.channel_id.tostring()