- Timestamp:
- 03/01/17 20:58:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/bletchley/ssltls.py
r127 r128 103 103 if timeout: 104 104 serverSock.settimeout(timeout) 105 except Exception as e: 106 if verbose: 107 sys.stderr.write("Unable to connect to %s:%s\n" % (host,port)) 108 return None 105 109 110 try: 106 111 if handshake_callback: 107 112 if not handshake_callback(serverSock):
Note: See TracChangeset
for help on using the changeset viewer.