Re: [openssl-users] Openssl async support

2019-01-02 Thread Matt Caswell
On 27/12/2018 15:07, ASHIQUE CK wrote: > Hi all, > >           Thanks for the earlier reply. But still Iam facing issue regarding > the > asynchronous job operation. > >            I have implemented asynchronous job operation partially. I am now > getting requests asynchronously ie. getting t

Re: [openssl-users] Openssl async support

2019-01-01 Thread ASHIQUE CK
Hi, Any help on this ? On Mon, Dec 31, 2018 at 10:44 AM ASHIQUE CK wrote: > Gentle reminder > > On Thu, Dec 27, 2018 at 8:37 PM ASHIQUE CK wrote: > >> Hi all, >> >> Thanks for the earlier reply. But still Iam facing issue >> regarding the asynchronous job operation. >> >>

Re: [openssl-users] Openssl async support

2018-12-30 Thread ASHIQUE CK
Gentle reminder On Thu, Dec 27, 2018 at 8:37 PM ASHIQUE CK wrote: > Hi all, > > Thanks for the earlier reply. But still Iam facing issue > regarding the asynchronous job operation. > >I have implemented asynchronous job operation partially. I am > now getting requests async

Re: [openssl-users] Openssl async support

2018-12-27 Thread ASHIQUE CK
Hi all, Thanks for the earlier reply. But still Iam facing issue regarding the asynchronous job operation. I have implemented asynchronous job operation partially. I am now getting requests asynchronously ie. getting the next request after calling ASYNC_pause_job from the fir

Re: [openssl-users] Openssl async support

2018-12-19 Thread ASHIQUE CK
Gentle reminder On Tue, Dec 18, 2018 at 4:06 PM ASHIQUE CK wrote: > Hi all, > > I truly understand that everyone might be busy with your work and didn't > found time to reply. That's okay, but incase you have accidendly forgot to > reply, please accept this as a gentle reminder. > > > > > > On M

Re: [openssl-users] Openssl async support

2018-12-18 Thread Paul Yang
Read this: https://www.openssl.org/docs/man1.1.0/crypto/ASYNC_start_job.html Usually async operations happen in engines when they need to talk to hardware but you can still utilize async mechanism in pure software if you have th

Re: [openssl-users] Openssl async support

2018-12-18 Thread ASHIQUE CK
Hi all, I truly understand that everyone might be busy with your work and didn't found time to reply. That's okay, but incase you have accidendly forgot to reply, please accept this as a gentle reminder. On Mon, Dec 17, 2018 at 6:11 PM ASHIQUE CK wrote: > Hi all, > > I have some queries reg

[openssl-users] Openssl async support

2018-12-17 Thread ASHIQUE CK
Hi all, I have some queries regarding OpenSSL async operation. Current setup - I have one* OpenSSL dynamic engine (with RSA and AES-GCM support) *and linked it with *Nginx* server. Multiple *WGET* commands on the client side. Current issue - Since OpenSSL *do_cipher cal