Re: Race Condition

2019-06-14 Thread Dr Paul Dale
I did confuse things, apologies. One day I’ll learn that I shouldn’t answer questions late on a Friday evening after a long week. Pauli -- Dr Paul Dale | Cryptographer | Network Security & Encryption Phone +61 7 3031 7217 Oracle Australia > On 15 Jun 2019, at 5:33 am, Viktor Dukhovni > wro

Re: Race Condition

2019-06-14 Thread Viktor Dukhovni
> On Jun 14, 2019, at 8:02 AM, Dr Paul Dale wrote: > > The SSL sessions are not thread safe. It is up to the calling application to > ensure that this race condition does not occur. Paul, it sounds like you're confusing (SSL_SESSION *) with (SSL *). -- Viktor.

Re: Race Condition

2019-06-14 Thread Dr Paul Dale
The SSL sessions are not thread safe. It is up to the calling application to ensure that this race condition does not occur. Pauli -- Dr Paul Dale | Cryptographer | Network Security & Encryption Phone +61 7 3031 7217 Oracle Australia > On 14 Jun 2019, at 8:09 pm, Serti Ayoub wrote: > > H

Re: Race Condition

2019-06-14 Thread Matt Caswell
On 14/06/2019 11:09, Serti Ayoub wrote: > > I can't provide a sample to reproduce the crash, it's totaly random. >   > Here example of thread call stack: Yes, this does look like a bug. My guess is most people don't hit this because they don't set SSL_OP_NO_TICKET in TLSv1.3. The default behav