1. 17 1月, 2018 1 次提交
  2. 13 1月, 2018 1 次提交
  3. 14 12月, 2017 6 次提交
  4. 07 11月, 2017 1 次提交
    • M
      Fix race condition in TLSProxy · 018632ae
      Matt Caswell 提交于
      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: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4660)
      018632ae
  5. 06 11月, 2017 1 次提交
  6. 01 9月, 2017 1 次提交
  7. 15 8月, 2017 1 次提交