Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 12:24:29 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        "ports@FreeBSD.org" <ports@FreeBSD.org>
Cc:        portmgr@freebsd.org
Subject:   OpenSSL engines directory path
Message-ID:  <57e6736e-efc1-6b34-58e4-8293f13b8919@grosbein.net>

next in thread | raw e-mail | index | archive | help
Hi!

FreeBSD 12+ has OpenSSL version that supports loading additional "engines" (shared libraries).
Default path for engines in FreeBSD is /usr/lib/engines currently.
The path for security/openssl111 port (needed for FreeBSD 11) is ${LOCALBASE}/lib/engines-1.1

Please consider updating ports/Mk/Uses/ssl.conf with something like OPENSSLENGINES
that should equal to ${OPENSSLLIB}/engines when SSL_DEFAULT is "base"
and for openssl111 it should be ${OPENSSLLIB}/engines-1.1

This would help porting engines.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57e6736e-efc1-6b34-58e4-8293f13b8919>