Re: OpenSSL connection setup debug callback issue

2021-01-21 Thread Michael Paquier
On Thu, Jan 21, 2021 at 05:01:15PM +0900, Michael Paquier wrote: > This is interesting for debugging, +1 for applying what you have > here, and this works for 1.0.1~3.0.0. Worth noting that this returns > a static string, as per ssl_stat.c. Done as of af0e79c, after an indentation. -- Michael s

Re: OpenSSL connection setup debug callback issue

2021-01-21 Thread Michael Paquier
On Thu, Dec 10, 2020 at 02:43:33PM +0100, Daniel Gustafsson wrote: > I went looking at the SSL connection state change information callback we > install when setting up connections with OpenSSL, and I wasn't getting the > state changes I expected. Turns out we install it at the tail end of setting

Re: OpenSSL connection setup debug callback issue

2020-12-29 Thread Daniel Gustafsson
> On 28 Dec 2020, at 13:04, Masahiko Sawada wrote: > if you want your patch to be reviewed as part of the > upcoming CommitFest, then you need to add it yourself before > 2021-01-01 AoE[2]. Thanks for your contributions. I thought I had added it but clearly I had missed doing so, fixed now. Tha

Re: OpenSSL connection setup debug callback issue

2020-12-28 Thread Masahiko Sawada
Hi Daniel, On Thu, Dec 10, 2020 at 10:43 PM Daniel Gustafsson wrote: > > I went looking at the SSL connection state change information callback we > install when setting up connections with OpenSSL, and I wasn't getting the > state changes I expected. Turns out we install it at the tail end of s