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

   Recent versions of OpenSSL define SSL_CB_HANDSHAKE_DONE as follows:
   
   > Callback has been called because a handshake is finished. It also
   > occurs if the handshake is paused to allow the exchange of early data.
   
   Calling SSL_get_negotiated_group duing early data situations was causing a 
crash. This moves the calling of SSL_get_negotiated_group next to 
_record_tls_handshake_end_time where it will reliably not be called in the 
context of processing early data.
   
   Fixes: #12140


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to