Re: SSL_connect fails on systemd socket

2020-01-29 Thread Matt Caswell
On 29/01/2020 17:28, Tiwari, Hari Sahaya wrote: > Yes, client is also on same version 1.0.2 > In this case SSL handshake(SSL_connect & SSL_accept) is done through systemd > socket/service, which is failing. > Any references around it will be very helpful. What kind of BIO are you using for

Re: Determine that there is no forward progress with non blocking SSL socket

2020-01-29 Thread Eran Borovik
Hi, Excellent, so I think I am finally understanding this correctly. And yes, we do have epoll timeouts to clean up all sort of missed race conditions and bugs (either in kernel or user mode). For performance reasons, EDGE trigger is a must for my application. What if instead of using select to

RE: Determine that there is no forward progress with non blocking SSL socket

2020-01-29 Thread Michael Wojcik
> From: Eran Borovik [mailto:eran.boro...@gmail.com] > Sent: Wednesday, January 29, 2020 07:32 Please respond to the list rather than directly to me, since the subject may be of interest to other readers. I'm including the list in this response. > The only thing that still confuses me is that if