1. 02 Jun, 2017 1 commit
  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 2 commits
    • 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
    • Matt Caswell's avatar
      Update the pyca-cryptography version · 7f7eb90b
      Matt Caswell authored
      Commit 9bfeeef8
      
       made some function parameters const. This actually broke
      the pyca-cryptography tests. The discussion in #3360 considers this to
      actually be a problem with pyca-cryptography not an OpenSSL issue (they
      replicate some of our header file contents which then causes function
      prototype mismatches). This commit updates the pyca-cryptography version
      to pull in their fix for this issue and make our external tests pass again.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3569)
      7f7eb90b