Re: ALPN in tcnative trunk

2015-05-22 Thread Rainer Jung
Am 22.05.2015 um 15:25 schrieb Mark Thomas: On 22/05/2015 14:14, Rainer Jung wrote: I get confused by ALPM in tcnative trunk. What is the semantics of the member alpn of tcn_ssl_ctxt_t: - a string - an array of strings - an array of individual characters None of the above! I get confused by

Re: ALPN in tcnative trunk

2015-05-22 Thread Mark Thomas
On 22/05/2015 14:14, Rainer Jung wrote: > I get confused by ALPM in tcnative trunk. What is the semantics of the > member alpn of tcn_ssl_ctxt_t: > > - a string > - an array of strings > - an array of individual characters None of the above! > I get confused by the code in src/sslcontext.c. > >