1. 18 5月, 2016 2 次提交
  2. 17 5月, 2016 2 次提交
  3. 16 5月, 2016 4 次提交
  4. 13 5月, 2016 2 次提交
  5. 11 5月, 2016 1 次提交
  6. 10 5月, 2016 1 次提交
  7. 09 5月, 2016 2 次提交
  8. 07 5月, 2016 1 次提交
  9. 06 5月, 2016 1 次提交
    • M
      Handle no async jobs in libssl · fc7f190c
      Matt Caswell 提交于
      If the application has limited the size of the async pool using
      ASYNC_init_thread() then we could run out of jobs while trying to start a
      libssl io operation. However libssl was failing to handle this and treating
      it like a fatal error. It should not be fatal...we just need to retry when
      there are jobs available again.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      fc7f190c
  10. 04 5月, 2016 1 次提交
  11. 03 5月, 2016 1 次提交
    • T
      Secure memory fixes · e8408681
      Todd Short 提交于
      Fix some of the variables to be (s)size_t, so that more than 1GB of
      secure memory can be allocated. The arena has to be a power of 2, and
      2GB fails because it ends up being a negative 32-bit signed number.
      
      The |too_late| flag is not strictly necessary; it is easy to figure
      out if something is secure memory by looking at the arena. As before,
      secure memory allocations will not fail, but now they can be freed
      correctly. Once initialized, secure memory can still be used, even if
      allocations occured before initialization.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e8408681
  12. 30 4月, 2016 5 次提交
  13. 29 4月, 2016 7 次提交
  14. 27 4月, 2016 1 次提交
  15. 26 4月, 2016 1 次提交
  16. 25 4月, 2016 1 次提交
  17. 22 4月, 2016 5 次提交
  18. 20 4月, 2016 2 次提交