lighttpd: add option to use OpenSSL crypto library
authorPetr Štetiar <[email protected]>
Wed, 24 Apr 2024 19:28:40 +0000 (19:28 +0000)
committerTianling Shen <[email protected]>
Thu, 20 Jun 2024 07:21:38 +0000 (15:21 +0800)
commit0302f8cf630bf7d8991e0c321a8e1aa3dc1fe40e
treeea6a75a5df003f5e6d019e6d05db119fc8afa6ef
parent8e683037f089a54db92749d9e4b6d98e8556e032
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 <[email protected]>
Signed-off-by: Glenn Strauss <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
(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]