1. 09 5月, 2016 3 次提交
  2. 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
  3. 05 5月, 2016 1 次提交
  4. 04 5月, 2016 3 次提交
  5. 03 5月, 2016 1 次提交
  6. 29 4月, 2016 6 次提交
  7. 27 4月, 2016 2 次提交
  8. 26 4月, 2016 2 次提交
  9. 25 4月, 2016 1 次提交
  10. 22 4月, 2016 1 次提交
  11. 21 4月, 2016 7 次提交
  12. 20 4月, 2016 5 次提交
  13. 18 4月, 2016 3 次提交
  14. 16 4月, 2016 1 次提交
  15. 14 4月, 2016 3 次提交
    • M
      Fix no-stdio and no-autoalginit · d90a6beb
      Matt Caswell 提交于
      no-stdio does not work with the apps. Since the tests also need the apps
      it doesn't support that either. Therefore we disable building of both.
      
      no-autoalginit is not compatible with the apps because it requires explicit
      loading of the algorithms, and the apps don't do that. Therefore we disable
      building the apps for this option. Similarly the tests depend on the apps
      so we also disable the tests. Finally the whole point about no-autoalginit
      is to avoid excessive executable sizes when doing static linking. Therefore
      we disable "shared" if this option is selected.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      d90a6beb
    • M
      make update · a50ad1da
      Matt Caswell 提交于
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a50ad1da
    • M
      Remove OPENSSL_NO_HMAC · a39a8792
      Matt Caswell 提交于
      no-hmac is no longer an option so remove OPENSSL_NO_HMAC guards.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a39a8792