- 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
-
- 18 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
Compile with --disable-assert
-
Tatsuhiro Tsujikawa authored
nghttpx: Run OCSP at startup
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2_session: Allow for compiling library with -DNDEBUG set
-
Tatsuhiro Tsujikawa authored
With --ocsp-startup option, nghttpx starts accepting connections after initial attempts to get OCSP responses finish. It does not matter some of the attempts fail. This feature is useful if OCSP responses must be available before accepting connections.
-
- 17 May, 2017 1 commit
-
-
Angus Gratton authored
-
- 14 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-