lighttpd: add option to use OpenSSL crypto library
authorPetr Štetiar <ynezz@true.cz>
Wed, 24 Apr 2024 19:28:40 +0000 (19:28 +0000)
committerTianling Shen <cnsztl@gmail.com>
Thu, 20 Jun 2024 07:21:51 +0000 (15:21 +0800)
commitf02b69597160cb5360cd91f3e8bacb11d1205a71
tree9b6411e78ff96df7fc933da3316dfb0cc13bce25
parent28f71f6b7a4a093923168b30ce9837810c517366
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>
(cherry picked from commit 8c9597f1dcb0ab5965a5ecdb506e234c5da61a3e)
net/lighttpd/Makefile
net/lighttpd/patches/030-sys-crypto.h-add-support-for-OpenSSL-as-crypto-libra.patch [new file with mode: 0644]