> Le 27 oct. 2017 à 11:22, Emmanuel Hocdet <[email protected]> a écrit : > > Hi Olivier > >> Le 27 oct. 2017 à 01:08, Olivier Houchard <[email protected]> a écrit : >> >> Hi, >> >> You'll find attached updated patches, rebased on the latest master, and on >> top of Emmanuel's latest patches (also attached for reference). >> This version allows to enable 0RTT per SNI. >> It unfortunately still can't send early data to servers, this may or may >> not happen later. > > why add BC_SSL_O_EARLY_DATA? > the information could be set in conf->default_ssl_conf->early_data like > in the same manner as per certificat configuration.
okay it’s bind_conf->ssl_conf.early_data (my quick patch was not the good one) You add allow-0rtt in global ssl_options, originally is only for ssl options (api) and i’m not sure it’s really necessary for this special feature. ++ Manu

