Re: [openssl-dev] how to static compile ssl engine into openssl

2017-10-11 Thread Paul Yang
程文平 > 发送时间: 2017年9月26日 17:43 > 收件人: openssl-dev@openssl.org <mailto:openssl-dev@openssl.org> > 主题: 答复: [openssl-dev] how to static compile ssl engine into openssl > > Hi Richard, > > Thanks for your response. From your meaning, the QAT engine codes is > not applicable

Re: [openssl-dev] how to static compile ssl engine into openssl

2017-10-11 Thread Paul Yang
程文平 > 发送时间: 2017年9月26日 17:43 > 收件人: openssl-dev@openssl.org <mailto:openssl-dev@openssl.org> > 主题: 答复: [openssl-dev] how to static compile ssl engine into openssl > > Hi Richard, > > Thanks for your response. From your meaning, the QAT engine codes is > not applicable

Re: [openssl-dev] how to static compile ssl engine into openssl

2017-09-26 Thread Richard Levitte
In message <20170926203053.5hlfcbx273lko...@roeckx.be> on Tue, 26 Sep 2017 22:30:53 +0200, Kurt Roeckx said: kurt> On Tue, Sep 26, 2017 at 07:32:06AM +0200, Richard Levitte wrote: kurt> > kurt> > You mean to have nginx use the shared OpenSSL libraries, which also kurt> >

Re: [openssl-dev] how to static compile ssl engine into openssl

2017-09-26 Thread Kurt Roeckx
On Tue, Sep 26, 2017 at 07:32:06AM +0200, Richard Levitte wrote: > > You mean to have nginx use the shared OpenSSL libraries, which also > enables dynamic engines? Yes, that's the usual way to go about these > things. Do we support dynamic engines with a static build? Kurt -- openssl-dev

Re: [openssl-dev] how to static compile ssl engine into openssl

2017-09-26 Thread Linsell, StevenX
On 26/09/2017, Levitte, Richard via openssl-dev wrote: > > chengwenping1> I?m working on accelerating ssl traffic with Intel QAT > chengwenping1> card, now openssl 1.1.0f is integrated into Nginx, so I > chengwenping1> need to static compile Intel QAT engine into openssl, and > chengwenping1> I

Re: [openssl-dev] how to static compile ssl engine into openssl

2017-09-25 Thread Richard Levitte
In message <31F771DF13463A429610AEEBF6AFAE820182EBC4@mbx14.360buyAD.local> on Mon, 25 Sep 2017 10:16:28 +, 程文平 said: chengwenping1> I’m working on accelerating ssl traffic with Intel QAT chengwenping1> card, now openssl 1.1.0f is integrated into Nginx, so I

[openssl-dev] how to static compile ssl engine into openssl

2017-09-25 Thread 程文平
Hi all, I’m working on accelerating ssl traffic with Intel QAT card, now openssl 1.1.0f is integrated into Nginx, so I need to static compile Intel QAT engine into openssl, and I do not find some useful info about it from Internet, although openssl-1.1.0f/engines/ build.info, it is