- 04 Feb, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx supports multiple certificates using --subcert option. Previously, SNI hostname is used to select certificate. With this commit, signature algorithm presented by client is also taken into consideration. nghttpx now accepts certificates which share the same hostname (CN, SAN), but have different signature algorithm (e.g., ECDSA+SHA256, RSA+SHA256). Currently, this feature requires OpenSSL >= 1.0.2. BoringSSL, and LibreSSL do not work since they lack required APIs.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
clemahieu authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 01 Feb, 2017 1 commit
-
-
Benedikt Christoph Wolters authored
-
- 31 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Add frontend-tls parameter to backend to require client TLS
-
- 29 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Jan, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Bernard Spil authored
LibreSSL removed PSK Signed-off-by:
Bernard Spil <brnrd@FreeBSD.org>
-
- 25 Jan, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 22 Jan, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Jan, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Write integer to log buffer directly to improve efficiency. Remove unused function templates. Use [first, last) style arguments for copy() function templates.
-
- 17 Jan, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously, when parsing HTML links, we only take into account overridden host. But we actually need more variables to consider. In this commit, we take into account overridden scheme, host, and port to parse HTML links.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Benedikt Christoph Wolters authored
Fix authority for --get-assets if IP adress is used in conjunction with user-defined :authority header
-
- 14 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
--accesslog-write-early option is analogous to HAProxy's logasap. If used, nghttpx writes access log when response header fields are received from backend rather than when request transaction finishes.
-