Fix ngx_mbedtls_write returns MBEDTLS_ERR_SSL_WANT_READ on EINTR
1 file changed
tree: 5d710a18fcbf9aa9527dbf8bb3406dc88aab8047
  1. .gitmodules
  2. CHANGES
  3. CHANGES.ru
  4. LICENSE
  5. README
  6. README.md
  7. auto/
  8. conf/
  9. configure
  10. contrib/
  11. debian/
  12. html/
  13. man/
  14. src/
README.md

nginx-mbedtls

nginx with support for Mbed TLS.

Overview

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.

Building

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).

License

This work are distrubuted under the nginx license (Also see https://polarssl.org/foss-license-exception and https://twitter.com/polarssl/status/302083038261678080).

See Also

Original nginx-polarssl by Yawning Angel, and a forked version by Aline Freitas that this fork is based on.