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 enab

[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 f

Re: [openssl-dev] Questions about ASYNC API for engines and moving read buffer.

2017-06-02 Thread Emeric Brun
Hi Matt, On 06/02/2017 01:26 PM, Emeric Brun wrote: > Hi Matt, > > On 06/02/2017 12:40 PM, Matt Caswell wrote: >> >> >> On 02/06/17 11:00, Emeric Brun wrote: >>> Hi, >>> >>> I'm working on an ASYNC engine designed to offload crypto on

Re: [openssl-dev] Questions about ASYNC API for engines and moving read buffer.

2017-06-02 Thread Emeric Brun
Hi Matt, On 06/02/2017 12:40 PM, Matt Caswell wrote: > > > On 02/06/17 11:00, Emeric Brun wrote: >> Hi, >> >> I'm working on an ASYNC engine designed to offload crypto on multiple thread >> for monoproc applications. >> >> No issue on asymetr

[openssl-dev] Questions about ASYNC API for engines and moving read buffer.

2017-06-02 Thread Emeric Brun
there a way to perform ciphering with an ASYNC engine when the app don't reuse the same buffer. R, Emeric Brun -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev