1. 07 7月, 2017 1 次提交
  2. 03 7月, 2017 2 次提交
  3. 30 6月, 2017 3 次提交
  4. 29 6月, 2017 2 次提交
  5. 27 6月, 2017 2 次提交
  6. 25 6月, 2017 1 次提交
  7. 22 6月, 2017 1 次提交
  8. 21 6月, 2017 7 次提交
  9. 13 6月, 2017 3 次提交
  10. 12 6月, 2017 3 次提交
  11. 09 6月, 2017 2 次提交
  12. 08 6月, 2017 2 次提交
  13. 02 6月, 2017 1 次提交
  14. 01 6月, 2017 1 次提交
  15. 31 5月, 2017 1 次提交
  16. 30 5月, 2017 1 次提交
  17. 27 5月, 2017 1 次提交
    • M
      Fix a Proxy race condition · b72668a0
      Matt Caswell 提交于
      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: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3567)
      b72668a0
  18. 11 5月, 2017 1 次提交
  19. 10 5月, 2017 1 次提交
  20. 09 5月, 2017 2 次提交
  21. 04 5月, 2017 2 次提交