lighttpd: add option to use OpenSSL crypto library
authorPetr Štetiar <ynezz@true.cz>
Wed, 24 Apr 2024 19:28:40 +0000 (19:28 +0000)
committerRosen Penev <rosenp@gmail.com>
Mon, 13 May 2024 01:11:44 +0000 (18:11 -0700)
commit8c9597f1dcb0ab5965a5ecdb506e234c5da61a3e
treedb486f6c1fe62fe5d33be0408cedc1a4b8db2944
parent9f191cdd7110861f7a7aa8b982411fb68e3efdfd
lighttpd: add option to use OpenSSL crypto library

Currently, it is not feasible to configure lighttpd to use OpenSSL as
its internal crypto library. Instead, one must rely on alternative
crypto libraries such as Nettle or mbedTLS. This setup is not ideal in
scenarios where a single crypto library is preferred. To address this
issue, lets propose introducing OpenSSL as an additional configuration
option.  Similarly, propose GnuTLS as additional configuration option.

Closes: #24004
Co-developed-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
net/lighttpd/Makefile
net/lighttpd/patches/030-sys-crypto.h-add-support-for-OpenSSL-as-crypto-libra.patch [new file with mode: 0644]