brbzull0 commented on issue #11203:
URL: 
https://github.com/apache/trafficserver/issues/11203#issuecomment-2034288715

   It seems `SSL_read_early_data` is only available in openssl. 
   
   
   | API | Vendor |
    |-----------------------------------|--------------|
   | SSL_set_max_early_data | openssl |
   |SSL_read_early_data   | openssl |
   |SSL_write_early_data |  openssl |
   |SSL_in_early_data    |  boringssl |
   
   For the sake of setting the ED flag, should set the variables depending of 
the ssl vendor?
   


-- 
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: issues-unsubscr...@trafficserver.apache.org

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

Reply via email to