Skip to content
  1. Nov 14, 2016
    • Matt Caswell's avatar
      Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows" · 1fda5bc4
      Matt Caswell authored
      This reverts commit 349d1cfd
      
      .
      
      The proposed fix is incorrect. It marks the "run_once" code as having
      finished before it has. The intended semantics of run_once is that no
      threads should proceed until the code has run exactly once. With this
      change the "second" thread will think the run_once code has already been
      run and will continue, even though it is still in progress. This could
      result in a crash or other incorrect behaviour.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      1fda5bc4
  2. Nov 13, 2016
  3. Nov 12, 2016
  4. Nov 11, 2016
  5. Nov 10, 2016