- 12 Aug, 2017 1 commit
-
-
Anna Henningsen authored
Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf is statically allocated. This can be useful for language bindings that wish to avoid creating duplicate strings for these buffers; concretely, I am planning to use this in the Node HTTP/2 module that is being introduced.
-
- 09 Aug, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
Fix bug that forwarded for is not affected by proxy protocol
-
Tatsuhiro Tsujikawa authored
-
- 27 Jul, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix compile error with mruby 1.3.0
-
- 15 Jul, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
fix: typo
-
- 14 Jul, 2017 1 commit
-
-
Sebastiaan Deckers authored
Came up in downstream code review by @lucaslago https://github.com/nodejs/node/pull/14239#discussion_r127539852
-
- 12 Jul, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 Jul, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 22 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
README.rst: fix typo
-
Simone Basso authored
-
- 19 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
fix up grammar in submit_trailer docs
-
Benjamin Peterson authored
-
- 15 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Verify OCSP response using trusted CA certificates
-
- 13 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Set default minimum TLS version to TLSv1.2
-
Tatsuhiro Tsujikawa authored
-
- 12 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
Previously, the default minimum TLS version was TLSv1.1, but the default cipher list didn't include any compatible ciphers with it. This made handshake fail if TLSv1.1 was negotiated because there was no shared ciphers. To make the default settings consistent, the default minimum TLS version is now TLSv1.2.
-
- 11 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
fix cleaning in out-of-tree builds
-
Benjamin Peterson authored
The altered previously failed if the rst sources hadn't been copied over.
-
- 02 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
It looks like we can use nocopy version here. We use nocopy version in frontend in day 1.
-
Tatsuhiro Tsujikawa authored
-
- 30 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 26 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
spelling mistake in arguments to build nghttp apps
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
At least we should make sure that the OCSP response is targeted to the expected certificate. This is important because we pass the file path to the external script, and if the file is replaced because of renewal, and nghttpx has not reloaded its configuration, the certificate nghttpx has loaded and the one included in the file differ. Verifying the OCSP response detects this, and avoids to send wrong OCSP response.
-
- 24 May, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-