Lines Matching defs:to
18 notBefore and notAfter functions to integer
92 import base64 # for DER-to-PEM translation
113 # in the instancce, which we don't need -- but we want to provide the
156 """Read up to LEN bytes and return them.
169 """Write DATA to the underlying SSL channel. Returns
194 "non-zero flags not allowed in calls to send() on %s" %
224 "non-zero flags not allowed in calls to sendall() on %s" %
239 "non-zero flags not allowed in calls to recv() on %s" %
253 "non-zero flags not allowed in calls to recv_into() on %s" %
311 raise ValueError("attempt to connect already-connected SSLSocket!")
331 """Connects to remote ADDR, and then wraps the connection in
336 """Connects to remote ADDR, and then wraps the connection in
370 # close=True so as to decrement the reference count when done with