Lighttpd support for wolfSSL
Lighttpd master now supports wolfSSL with autoconf, meson, CMake, and SCons. Build wolfSSL using:
./configure --enable-lighty
make
sudo make install
Build Lighttpd using:
./configure --with-wolfssl=yes
or
cmake -DWITH_WOLFSSL=ON ..
This work was submitted via: https://github.com/lighttpd/lighttpd1.4/pull/92 Current documentation can be found here:https://github.com/dgarske/lighttpd1.4/tree/lighttpd_wolfssl/doc/wolfssl (document is currently being migrated to lighttpd master) For more questions please email us at facts@wolfssl.com.