Re: TLS 1.3 Early data

2022-11-12 Thread Dirk Menstermann
Hi, seconds after I send the previous mail, I found the bug in my code. It is working with Benjamin's suggestion. Thanks Jens On 12/11/2022 11:18, Dirk Menstermann wrote: Hi Benjamin, thanks for your response. I updated to 111s and replaced the SNI callback with the ClientHello callback as

Re: TLS 1.3 Early data

2022-11-12 Thread Dirk Menstermann
Hi Benjamin, thanks for your response. I updated to 111s and replaced the SNI callback with the ClientHello callback as suggested, but still no luck. So far FF does not send early data if it was not configured before the handshake started. Do you have another idea? Best, Jens On 05/11/2022

Re: TLS 1.3 Early data

2022-11-05 Thread Benjamin Kaduk via openssl-users
On Sat, Nov 05, 2022 at 11:50:18AM +0100, Dirk Menstermann wrote: > Hello, > > I did few experiments with early data but was not successful in solving my > exotic use case: "Using early data dependent on the SNI" > > I control the server (linux, supports http2) based on OpenSSL 111q and use a >

TLS 1.3 Early data

2022-11-05 Thread Dirk Menstermann
Hello, I did few experiments with early data but was not successful in solving my exotic use case: "Using early data dependent on the SNI" I control the server (linux, supports http2) based on OpenSSL 111q and use a recent firefox as client: 1) Setting SSL_CTX_set_max_early_data in the