Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ciphers

95 # Disable weak or insecure ciphers by default
110 suppress_ragged_eofs=True, ciphers=None):
121 if ciphers is None and ssl_version != _SSLv2_IF_EXISTS:
122 ciphers = _DEFAULT_CIPHERS
141 ciphers)
149 self.ciphers = ciphers
314 self.ca_certs, self.ciphers)
355 ciphers=self.ciphers,
380 suppress_ragged_eofs=True, ciphers=None):
387 ciphers=ciphers)