nginx with support for Mbed TLS.
This is a fork of the nginx-polarssl fork that upgrade from PolarSSL 1.2 to Mbed TLS 2.7. Mbed TLS has changed a lot, including its name, when upgrading to this version.
See nginx's installation options for how to configure/install nginx.
This fork adds:
--with-mbedtls Attempt to use the system Mbed TLS installation. --with-mbedtls=<path> Compile nginx statically with the Mbed TLS source code located at <path> (untested).
This work are distrubuted under the nginx license (Also see https://polarssl.org/foss-license-exception and https://twitter.com/polarssl/status/302083038261678080).
Original nginx-polarssl by Yawning Angel, and a forked version by Aline Freitas that this fork is based on.