- 02 Jul, 2017 3 commits
-
-
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
-
- 22 May, 2017 4 commits
-
-
Soham Sinha authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 21 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Call ERR_clear_error() before the OpenSSL function if we use SSL_get_error() to examine error stack.
-
- 20 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-