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

Lines Matching defs:ssl

1151     import ssl
1156 "This class allows communication via SSL."
1169 "Connect to a host on a given (SSL) port."
1176 self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
1208 "Use the result of ssl.wrap_socket() directly instead.",