Re: [openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3

2018-12-29 Thread Salz, Rich via openssl-users
* But I only get early data for get method. * When using post method, the server terminate connection. Is it related with openssl? If so, how can I do to allow post method? Early data can be replayed. It is only safe to use early data when the request is idempotent, like GET. You might

Re: [openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3

2018-12-29 Thread Jakob Bohm via openssl-users
the 0-rtt and associated decryption keys were already sent. Sent from my Samsung Galaxy smartphone. Original message From: Michael Wojcik Date: 29/12/2018 12:46 a.m. (GMT+06:30) To: openssl-users@openssl.org Subject: Re: [openssl-users] How can I compile nginx with openssl

Re: [openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3

2018-12-28 Thread carabiankyi
. Original message From: Michael Wojcik Date: 29/12/2018 12:46 a.m. (GMT+06:30) To: openssl-users@openssl.org Subject: Re: [openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3 > From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf

Re: [openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3

2018-12-28 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > > Sent: Friday, December 28, 2018 00:25 > I have an nginx web server compiled with openssl that support TLS 1.3. What version of OpenSSL? Is it 1.1.1? The final version or an early release? Or 1.1.0, a

[openssl-users] How can I compile nginx with openssl to support 0-rtt TLS1.3

2018-12-27 Thread ၾကည္စိုး သင္း
Dear Sirs, I have an nginx web server compiled with openssl that support TLS 1.3. But when I test with firefox Nightly browser, it does not send early data together with client hello packet. I test this test after waiting for about five minutes after accessing web server. I cannot find any source