1. 21 Aug, 2015 2 commits
    • 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
    • Tatsuhiro Tsujikawa's avatar
      nghttpd: Fix crash without SSL/TLS · 4a998530
      Tatsuhiro Tsujikawa authored
      4a998530
  2. 20 Aug, 2015 7 commits
  3. 19 Aug, 2015 4 commits
  4. 18 Aug, 2015 8 commits
  5. 17 Aug, 2015 5 commits
  6. 14 Aug, 2015 9 commits
  7. 13 Aug, 2015 4 commits
  8. 12 Aug, 2015 1 commit