1. 02 Jun, 2017 2 commits
  2. 01 Jun, 2017 3 commits
  3. 31 May, 2017 6 commits
  4. 30 May, 2017 21 commits
  5. 29 May, 2017 3 commits
  6. 28 May, 2017 2 commits
  7. 27 May, 2017 2 commits
  8. 26 May, 2017 1 commit
    • Matt Caswell's avatar
      Fix a Proxy race condition · b72668a0
      Matt Caswell authored
      
      
      Issue #3562 describes a problem where a race condition can occur in the
      Proxy such that a test "ok" line can appear in the middle of other text
      causing the test harness to miss it. The issue is that we do not wait for
      the client process to finish after the test is complete, so that process may
      continue to write data to stdout/stderr at the same time that the test
      harness does.
      
      This commit fixes TLSProxy so that we always wait for the client process to
      finish before continuing.
      
      Fixes #3562
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3567)
      b72668a0