Re: [vpp-dev] Using custom openssl with vpp #vpp

2018-05-15 Thread ductm18
Hi Florin,

Yep, that works. After adding some flags into the .am file, I can link the 
openssl plugin with openssl 1.1.
Thank you!

DucTM


Re: [vpp-dev] Using custom openssl with vpp #vpp

2018-05-14 Thread Kingwel Xie
Hi,

We managed to link with openssl 1.1 successfully. The OS is ubuntu 16.04. 
Basically we downloaded v1.1, and built it. Then make some changes to vpp 
makefile pointing to the correct header and lib files.

V1.0.2 is still there for the other apps, but vpp is working with v1.1.

Regards,
Kingwel


From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras
Sent: Monday, May 14, 2018 11:18 PM
To: duct...@viettel.com.vn
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Using custom openssl with vpp #vpp

Hi DucTM,

Did you try changing src/plugin/tlsopenssl.am to link against openssl 1.1? I’ve 
never tried it, so no idea what the end result may be :-)

Florin


On May 14, 2018, at 3:52 AM, 
duct...@viettel.com.vn<mailto:duct...@viettel.com.vn> wrote:

Hi,
I'm trying to customize the openssl plugin that needs to work with openssl 1.1 
(with some modification also).
Applying the new openssl version to the system is not possible since there are 
some other apps rely on openssl, and they do not work with openssl 1.1.
Is there any configuration I can make to use vpp with a relative build openssl? 
Or just some idea about how to achieve that.
Any help will be highly appreciated.

DucTM




Re: [vpp-dev] Using custom openssl with vpp #vpp

2018-05-14 Thread Florin Coras
Hi DucTM, 

Did you try changing src/plugin/tlsopenssl.am to link against openssl 1.1? I’ve 
never tried it, so no idea what the end result may be :-)

Florin

> On May 14, 2018, at 3:52 AM, duct...@viettel.com.vn wrote:
> 
> Hi,
> I'm trying to customize the openssl plugin that needs to work with openssl 
> 1.1 (with some modification also).
> Applying the new openssl version to the system is not possible since there 
> are some other apps rely on openssl, and they do not work with openssl 1.1.
> Is there any configuration I can make to use vpp with a relative build 
> openssl? Or just some idea about how to achieve that.
> Any help will be highly appreciated.
> 
> DucTM
> 



[vpp-dev] Using custom openssl with vpp #vpp

2018-05-14 Thread ductm18
Hi,
I'm trying to customize the openssl plugin that needs to work with openssl 1.1 
(with some modification also).
Applying the new openssl version to the system is not possible since there are 
some other apps rely on openssl, and they do not work with openssl 1.1.
Is there any configuration I can make to use vpp with a relative build openssl? 
Or just some idea about how to achieve that.
Any help will be highly appreciated.

DucTM