The Illustrated TLS Connection
tls.ulfheim.net
The Illustrated TLS Connection
1–8 of 8 posts
Re: The Illustrated TLS Connection
#2The one thing I wish it had was better tracing of branch points like session resumption. It would make walking session state logs simpler.
I ran into this while trying to figure out if the open source Kubernetes nginx ingress supported session resumption on the upstream side (it doesn’t; a deficiency in the lua balancer). While the diversion into nginx source and other sundries was nice, I could have saved that time :)
Re: The Illustrated TLS Connection
#3It’d be a pleasure to see a version for 1.3, but not all Maintained SSL libraries implement it yet, https://github.com/ARMmbed/mbedtls/issues/508 mbedTLS tls for example appears not to have it landed. This is one library often used in IoT environments
Re: The Illustrated TLS Connection
#4Re: The Illustrated TLS Connection
#5That was absolutely fantastic. It’d be a pleasure to see a version for 1.3, but not all Maintained SSL libraries implement it yet, https://github.com/ARMmbed/mbedtls/issues/508 mbedTLS tls for example appears not to have it landed. This is one library often used in IoT environments
https://tls13.ulfheim.net/ (linked at the bottom)
Re: The Illustrated TLS Connection
#6Re: The Illustrated TLS Connection
#7That was absolutely fantastic. It’d be a pleasure to see a version for 1.3, but not all Maintained SSL libraries implement it yet, https://github.com/ARMmbed/mbedtls/issues/508 mbedTLS tls for example appears not to have it landed. This is one library often used in IoT environments
> It’d be a pleasure to see a version for 1.3 https://tls13.ulfheim.net/ (linked at the bottom)
I find it silly how many places legacy versions are hard coded for compatibility.
Re: The Illustrated TLS Connection
#8Earlier quoted context omitted.
> It’d be a pleasure to see a version for 1.3 https://tls13.ulfheim.net/ (linked at the bottom)
Thanks! I totally missed it. I find it silly how many places legacy versions are hard coded for compatibility.