[strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Gyula Kovács
Hi All, I've just updated strongSwan from 5.5.1 to 5.6.0. After the update, I got the "configured DH group CURVE_25519 not supported" error message. The target was working fine before the update, the configuration files were not changed during the update. I found some information on the interne

Re: [strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Eric Germann
You want --disable-curve25519 to be --enable-curve25519 EKG > On Aug 30, 2017, at 4:24 AM, Gyula Kovács > wrote: > > Hi All, > > I've just updated strongSwan from 5.5.1 to 5.6.0. > After the update, I got the "configured DH group CURVE_25519 not supported" > error message. > The target was w

Re: [strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Gyula Kovács
Hi Eric, I tried both variants. First, without --disable-curve25519, which means that the plugin is enabled (https://wiki.strongswan.org/projects/strongswan/wiki/Autoconf). After that, I added --disable-curve25519 to ./configure options. But both builds produced the same error message. Best re

Re: [strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Levente
What about explicit --enable-curve25519 ? Lev On Wed, Aug 30, 2017 at 10:54 AM, Gyula Kovács wrote: > Hi Eric, > > I tried both variants. > First, without --disable-curve25519, which means that the plugin is enabled > (https://wiki.strongswan.org/projects/strongswan/wiki/Autoconf). > After that,

Re: [strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Tobias Brunner
Hi Gyula, > First, without --disable-curve25519, which means that the plugin is > enabled (https://wiki.strongswan.org/projects/strongswan/wiki/Autoconf). > After that, I added --disable-curve25519 to ./configure options. Also note that you might need to run `make clean` first after you changed t

Re: [strongSwan] configured DH group CURVE_25519 not supported

2017-08-30 Thread Gyula Kovács
Hi All, Thank you for your time and help. Based on your ideas / advices, I checked the SW deployment on the target and found that libstrongswan-curve25519.so was missing from /usr/lib/ipsec/plugins/ directory. So, I had a simple deployment (more precisely: bitbake recipe) error. After fixing t