TCPLS featured on the APNIC blog
The APNIC blog regularly publishes posts on recent scientific articles that could be of interest for the networking community. In a blog post entitled Introd...
The Transmission Control Protocol (TCP) is one of the most important Internet protocols. These days, TCP is rarely used without TLS.
TCP and TLS are independant protocols and TLS makes very few assumptions on the service provided by the underlying TCP implementation. This layering separation allows one TLS implementation to be easily adapted to various TCP implementations
TCPLS takes a different approach. Since both TCP and TLS are often used together, we reconsider their interactions and design a protocol that uses the features from one protocol to improve the other.
TCPLS is a work in progress. We are continuously developing the prototype and will publish new use cases and experiments in the coming weeks on this website.
The APNIC blog regularly publishes posts on recent scientific articles that could be of interest for the networking community. In a blog post entitled Introd...
Olivier Bonaventure presented TCPLS on November 18th, 2020 to the TCPM working group at IETF109
Florentin Rochet presented TCPLS on November 4th, 2020 at HotNets 2020: Nineteenth ACM Workshop on Hot Topics in Networks. The full paper is available from t...
The source code for the current TCPLS prototype is available on github. This prototype is a fork of the picotls implementation :