Re: [openssl-dev] Fix a dead lock of async engine.

2017-07-26 Thread Emeric Brun
Hi, On 07/26/2017 03:45 PM, Benjamin Kaduk wrote: > On 07/26/2017 08:15 AM, Emeric Brun wrote: >> Hi All, >> >> This bug also affects the 1.1.0 >> > > Are you able to submit the patch as a github pull request? That would be the > preferred form, as it enables some automation that we have for CLA

Re: [openssl-dev] Fix a dead lock of async engine.

2017-07-26 Thread Benjamin Kaduk via openssl-dev
On 07/26/2017 08:15 AM, Emeric Brun wrote: > Hi All, > > This bug also affects the 1.1.0 > Are you able to submit the patch as a github pull request? That would be the preferred form, as it enables some automation that we have for CLA checks and CI. -Ben -- openssl-dev mailing list To unsubscri

[openssl-dev] Fix a dead lock of async engine.

2017-07-26 Thread Emeric Brun
Hi All, This bug also affects the 1.1.0 R, Emeric >From b64e57b30d8d619c0326da4a5be3b62528d9ff6c Mon Sep 17 00:00:00 2001 From: Emeric Brun Date: Wed, 26 Jul 2017 15:12:46 +0200 Subject: [PATCH] Fix async engine dead lock in error case in ossl_rand.c --- crypto/rand/ossl_rand.c | 1 + 1 file c