On Fri, Oct 27, 2017 at 11:22:15AM +0200, Emmanuel Hocdet wrote: > 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. >
Hi Emmanuel, Because in my experience, we don't always have a default_ssl_conf. We only have one if a crt_list file is provided. Regards, Olivier

