From c2eacc8b1089c88297280c62f261863eccb3be05 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 26 Sep 2015 22:24:44 +0900 Subject: [PATCH] Update doc --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index e4c28069..16d21aff 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,12 @@ required: * ruby * bison +nghttpx supports `neverbleed `_, +privilege separation engine for OpenSSL / LibreSSL. In short, it +minimizes the risk of private key leakage when serious bug like +Heartbleed is exploited. The neverbleed is disabled by default. To +enable it, use ``--with-neverbleed`` configure option. + Building from git -----------------