Connection objects have the following methods:
(conn, address)
. where conn
is the new Connection object created, and address is as returned by the
socket's accept.
If this is a client Connection, the list will be empty until the connection with the server is established.
If this is a server Connection, return the list of certificate authorities that will be sent or has been sent to the client, as controlled by this Connection's Context.
New in version 0.10.