Gentoo Archives: gentoo-dev

From: "Paul B. Henson" <henson@×××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] libressl / libtls
Date: Sat, 12 Dec 2020 03:11:34
Message-Id: f284f790-5f20-f093-34d4-fd6e50452095@acm.org
1 Current versions of libressl link libcrypto and libssl into libtls
2 statically, allowing libtls to be installed concurrently with openssl
3 without any ABI breakage.
4
5 Would it be possible to have a use flag such as 'libtlsonly' or whatever
6 for the ebuild which only installs libtls, allowing it to exist on a
7 system primarily using openssl for applications that depend upon it such
8 as openntpd? Or have a separate ebuild just for libtls (which couldn't
9 be installed with the full libressl ebuild or vice versa) to meet that
10 requirement?
11
12 Thanks…

Replies

Subject Author
Re: [gentoo-dev] libressl / libtls Peter Stuge <peter@×××××.se>