Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread Jakob Bohm via openssl-users
On 12/12/2018 12:54, ASHIQUE CK wrote: Hi, Any help on this ? On Wed, Dec 12, 2018 at 3:03 PM ASHIQUE CK > wrote: Hi, We are using a Crypto Accelerator Engine to offload AESGCM and RSA parameters. Trying to connect multiple clients simultaneously

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, Thanks for your reply. Openssl only passes (ctx,type,arg,ptr) in the case of header and (ctx,out,in,inl) in the case of message, these two are the only links to engine after the handshake process for the whole process. In my case, I am downloading a file from nginx root directory using a

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread Michael Richardson
ASHIQUE CK wrote: > We are using a Crypto Accelerator Engine to offload AESGCM and RSA > parameters. Trying to connect multiple clients simultaneously with a > single Nginx server, which is using this accelerator. The Key and IV You probably need to tell us: 1) which engine? did you write

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, 1. The engine that we wrote is by the reference of qat, is just an interface which receives the openssl parameters of AES and RSA and offload them to an FPGA hardware accelerator. 2. 3. Openssl 1.1.0 h 4. Uses f-stack nginx 1.10.1 5. We ran nginx server which have a 1 Gb file in its root

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
4. f-stack nginx server 1.11.10 On Thu, Dec 13, 2018 at 9:00 AM ASHIQUE CK wrote: > Hi, > 1. The engine that we wrote is by the reference of qat, is just an > interface which receives the openssl parameters of AES and RSA and offload > them to an FPGA hardware accelerator. > 2. > 3. Openssl

[openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, We are using a Crypto Accelerator Engine to offload AESGCM and RSA parameters. Trying to connect multiple clients simultaneously with a single Nginx server, which is using this accelerator. The Key and IV is passing only at handshake, and after handshake this set of key and IV is using for

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, Any help on this ? On Wed, Dec 12, 2018 at 3:03 PM ASHIQUE CK wrote: > Hi, > We are using a Crypto Accelerator Engine to offload AESGCM and RSA > parameters. Trying to connect multiple clients simultaneously with a single > Nginx server, which is using this accelerator. The Key and IV is

Re: [openssl-users] RSA Public Key error

2018-12-12 Thread Erwann Abalea via openssl-users
Bonjour, Assuming the first 24 bytes you’re talking about are the very beginning of the SPKI structure (that is, the enclosing SEQUENCE, and the AlgorithmIdentifier), that means you’ve replaced up to the first byte of the BITSTRING containing the public key (this byte indicates the number of