bneradt opened a new pull request, #12290:
URL: https://github.com/apache/trafficserver/pull/12290

   Our TLS CLIENT_HELLO processing logic assumed all CLIENT_HELLO bytes came in 
a single TCP packet. However, with more recent cryptographic cyphers, the 
CLIENT_HELLO is often greater than the standard 1,500 byte MTU, so the 
CLIENT_HELLO is being delivered in multiple packets. This updates our logic to 
properly buffer and parse data across multiple socket reads.
   
   Fixes: #11758


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to