1. 20 Jun, 2017 3 commits
  2. 19 Jun, 2017 2 commits
  3. 17 Jun, 2017 2 commits
  4. 15 Jun, 2017 3 commits
  5. 14 Jun, 2017 6 commits
  6. 13 Jun, 2017 1 commit
  7. 12 Jun, 2017 1 commit
  8. 10 Jun, 2017 2 commits
  9. 09 Jun, 2017 2 commits
  10. 08 Jun, 2017 6 commits
  11. 07 Jun, 2017 1 commit
  12. 05 Jun, 2017 3 commits
  13. 02 Jun, 2017 1 commit
  14. 01 Jun, 2017 1 commit
  15. 31 May, 2017 2 commits
  16. 30 May, 2017 1 commit
  17. 27 May, 2017 2 commits
  18. 26 May, 2017 1 commit
    • Matt Caswell's avatar
      Fix a Proxy race condition · 523ea272
      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)
      (cherry picked from commit b72668a0)
      523ea272