Hi, I'm pretty new to openssl (sort of new to being a developer to be honest).
I am using libcurl to send pretty small HTTP requests every 5 or so minutes, using TLS. I'm trying to use some of the new features in TLS 1.3 to reduce the size of the handshake, as this is going to be going over mobile data and doing a full TLS handshake every 5 minutes accounts for about 60% of my total data usage.
I am using libcurl to send pretty small HTTP requests every 5 or so minutes, using TLS. I'm trying to use some of the new features in TLS 1.3 to reduce the size of the handshake, as this is going to be going over mobile data and doing a full TLS handshake every 5 minutes accounts for about 60% of my total data usage.
Any advice for this? I've already built nghttp2, openssl, and libcurl from scratch so I have all the new features.
Thanks!