Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 08:54:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212149] security/strongswan: Runtime failures with LibreSSL
Message-ID:  <bug-212149-13-g92CpqjCum@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212149-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212149-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212149

--- Comment #15 from dewayne@heuristicsystems.com.au ---
(In reply to Bernard Spil from comment #13)
Bernard,
Thanks for your patches and the reference to=20
https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes

Clean compiles were achieved.  Running=20
/usr/local/libexec/ipsec/charon
returned undefined DH_set0_key.  Which I added to the patch.=20=20

Unfortunately we now receive=20
[b2.hs] Installing strongswan-5.5.2...
00[DMN] Starting IKE charon daemon (strongSwan 5.5.2, FreeBSD 11.0-STABLE,
amd64)
00[LIB] plugin 'openssl' failed to load:
/usr/local/lib/ipsec/plugins/libstrongswan-openssl.so: Undefined symbol
"OBJ_get0_data"

Unfortunately I then added OBJ_get0_data to the patch, which was unnecessar=
y as
it is defined in=20
./src/libstrongswan/plugins/openssl/openssl_util.c

So this is as far as I was able to get.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212149-13-g92CpqjCum>