Home | History | Annotate | Download | only in test

Lines Matching full:ciphers

171                                 cert_reqs=ssl.CERT_NONE, ciphers="ALL")
174 cert_reqs=ssl.CERT_NONE, ciphers="DEFAULT")
179 cert_reqs=ssl.CERT_NONE, ciphers="^$:,;?*'dorothyx")
443 ciphers=self.server.ciphers)
530 wrap_accepting_socket=False, ciphers=None):
540 self.ciphers = ciphers
552 ciphers = self.ciphers)
823 ciphers=None, chatty=True, connectionchatty=False,
833 ciphers=ciphers,
844 ciphers=ciphers,
887 # NOTE: we must enable "ALL" ciphers, otherwise an SSLv23 client
892 ciphers="ALL", chatty=False)
1348 # Force a set of weak ciphers on our client socket
1352 ciphers="DES")