Re: TLS 1.3 seems to OVERwork with httpd-trunk rev 1833619

2018-06-20 Thread Yann Ylavic
On Fri, Jun 15, 2018 at 10:03 PM, Dennis Clarke wrote: > > Seems to issue "read R BLOCK" twice for some odd reason. Indeed, same here/ > > A closer look with "-state -debug" reveals that we get multiple > "SSL_connect:SSL negotiation finished successfully" before ever > accepting a GET/POST/FOO

Re: [openssl-users] Double TLS 1.3 session ticket?

2018-06-20 Thread Dennis Clarke
On 06/20/2018 08:46 PM, Salz, Rich via openssl-users wrote: Thanks, it does not happen with mozzilla implementation (tls13.crypto.mozilla.org), is this openssl specific or part of the specification? The specification allows a server to send one or more tickets, at its

Re: TLS 1.3 seems to OVERwork with httpd-trunk rev 1833619

2018-06-20 Thread Yann Ylavic
On Wed, Jun 20, 2018 at 8:29 PM, Yann Ylavic wrote: > > Since it happens with s_client <=> s_server (no third party), maybe > someone can ask the openssl team why? I just asked on their users@ list: https://mta.openssl.org/pipermail/openssl-users/2018-June/008229.html

Re: svn commit: r1833827 - /httpd/httpd/trunk/server/log.c

2018-06-20 Thread William A Rowe Jr
On Wed, Jun 20, 2018 at 9:08 AM, Eric Covener wrote: > On Wed, Jun 20, 2018 at 10:04 AM William A Rowe Jr > wrote: > > > > Question, what is a server_conf, before httpd's argv[] array > > has even been processed? > > It's NULL, but these (log.c only) uses should be well after. > In fact, some

Re: svn commit: r1833827 - /httpd/httpd/trunk/server/log.c

2018-06-20 Thread William A Rowe Jr
Question, what is a server_conf, before httpd's argv[] array has even been processed? On Tue, Jun 19, 2018 at 7:07 AM, wrote: > Author: covener > Date: Tue Jun 19 12:07:19 2018 > New Revision: 1833827 > > URL: http://svn.apache.org/viewvc?rev=1833827=rev > Log: > add server_rec to log.c fatal

Re: svn commit: r1833827 - /httpd/httpd/trunk/server/log.c

2018-06-20 Thread Eric Covener
On Wed, Jun 20, 2018 at 10:16 AM William A Rowe Jr wrote: > > On Wed, Jun 20, 2018 at 9:08 AM, Eric Covener wrote: >> >> On Wed, Jun 20, 2018 at 10:04 AM William A Rowe Jr >> wrote: >> > >> > Question, what is a server_conf, before httpd's argv[] array >> > has even been processed? >> >> It's

Re: svn commit: r1833827 - /httpd/httpd/trunk/server/log.c

2018-06-20 Thread Eric Covener
On Wed, Jun 20, 2018 at 10:04 AM William A Rowe Jr wrote: > > Question, what is a server_conf, before httpd's argv[] array > has even been processed? It's NULL, but these (log.c only) uses should be well after.