1. 07 Nov, 2017 2 commits
    • Matt Caswell's avatar
      Fix race condition in TLSProxy · 77543471
      Matt Caswell authored
      
      
      Normally TLSProxy waits for the s_server process to finish before
      continuing. However in cases where serverconnects > 1 we need to keep the
      s_server process around for a later test so we continue immediately. This
      means that TAP test output can end up being printed to stdout at the same
      time as s_server is printing stuff. This confuses the test runner and can
      cause spurious test failures. This commit introduces a small delay in cases
      where serverconnects > 1 in order to give s_server enough time to finish
      what it was doing before we continue to the next test.
      
      Fixes #4129
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4661)
      77543471
    • Matt Caswell's avatar
      Remove 4 broken macros from ocsp.h · fb969d09
      Matt Caswell authored
      
      
      There were 4 macros in ocsp.h that have not worked since 1.1.0 because
      they attempt to access the internals of an opaque structure.
      
      For OCSP_REQUEST_sign() applications should use OCSP_request_sign() instead.
      For OCSP_BASICRESP_sign() applications should use OCSP_basic_sign() instead.
      For OCSP_REQUEST_verify() applications should use OCSP_request_verify()
      instead.
      For OCSP_BASICRESP_verify() applications should use OCSP_basic_verify()
      instead.
      
      Reviewed-by: default avatarBen Kaduk <kaduk@mit.edu>
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4635)
      
      (cherry picked from commit 9f5671c7)
      fb969d09
  2. 05 Nov, 2017 3 commits
  3. 03 Nov, 2017 4 commits
  4. 02 Nov, 2017 5 commits
  5. 01 Nov, 2017 2 commits
  6. 31 Oct, 2017 10 commits
  7. 30 Oct, 2017 1 commit
  8. 28 Oct, 2017 1 commit
  9. 27 Oct, 2017 2 commits
  10. 26 Oct, 2017 2 commits
  11. 25 Oct, 2017 1 commit
  12. 24 Oct, 2017 4 commits
  13. 23 Oct, 2017 2 commits
  14. 22 Oct, 2017 1 commit