New submission from Giovanni Cannata:
In 18.5.4.3.2. TCP echo server protocol the class in the example code is called
EchoServerClientProtocol. It should be EchoServerProtocol. (The client
protocol example is correctly called EchoClientProtocol).
--
assignee: docs@python
components
New submission from Giovanni Cannata:
It's not possible to wrap a socket in tls. The StreamWriter object should have
an option to start a tls negotiation using the SSLContext of the server.
This is needed for protocols the have a "start_tls" feature, for example the
ldap prot
Giovanni Cannata added the comment:
Thanks, I will look to the new implementation of ssl in 3.5, and try to adapt
it for my project (sldap3). I'd like to help, but I'm not skilled in
asynchronous programming so I'm not sure if I succeed.