Message233306
Oh, I think I understand how this could help STARTTLS. Glyph once explained it to me. STARTTLS takes an existing non-TLS Transport and layers a TLS Transport on top of it. This requires the TLS layer to read/write from the underlying Transport using the standard Transport/Protocol interface (i.e. call transport.write() to write bytes, expect protocol.data_received() to be called when bytes are read). The existing (3.4) ssl module cannot do this because the TLS implementation needs to wrap the socket directly; but (presumably) the BIO-based TLS implementation can do this. |
|
| Date |
User |
Action |
Args |
| 2015-01-02 04:21:19 | gvanrossum | set | recipients:
+ gvanrossum, geertj, pitrou, vstinner, giampaolo.rodola, sbt, yselivanov |
| 2015-01-02 04:21:19 | gvanrossum | set | messageid: <[email protected]> |
| 2015-01-02 04:21:19 | gvanrossum | link | issue22560 messages |
| 2015-01-02 04:21:18 | gvanrossum | create | |
|