1. 03 Sep, 2015 6 commits
  2. 02 Sep, 2015 12 commits
  3. 01 Sep, 2015 7 commits
  4. 31 Aug, 2015 1 commit
  5. 30 Aug, 2015 4 commits
  6. 29 Aug, 2015 2 commits
  7. 26 Aug, 2015 2 commits
  8. 24 Aug, 2015 1 commit
  9. 23 Aug, 2015 3 commits
  10. 21 Aug, 2015 2 commits
    • Tatsuhiro Tsujikawa's avatar
      Remove nghttp2_pq_increase_key · 647e3061
      Tatsuhiro Tsujikawa authored
      647e3061
    • Tatsuhiro Tsujikawa's avatar
      fetch-ocsp-response: Handle spurious openssl exist status 0 · a4156cde
      Tatsuhiro Tsujikawa authored
      With OpenSSL <= 1.0.1, openssl ocsp command still returns exit code 0,
      even if verification was failed.  If that happens certain string is
      emitted in stderr, so check that string and if exists, treat it as
      error.  This issue was fixed in OpenSSL 1.0.2.
      
      At least OpenSSL 1.0.2, openssl ocsp command still returns exit code
      0, even if responder returned non-successful status code (e.g.,
      trylater(3)).  We are not sure this is intentional or not.  To handle
      this, we again check certain error string in stdout, and if it is
      found, treat it as error.
      a4156cde