1. 16 8月, 2016 3 次提交
  2. 14 6月, 2016 1 次提交
    • M
      Handle inability to create AFALG socket · 25b9d11c
      Matt Caswell 提交于
      Some Linux platforms have a suitably recent kernel to support AFALG, but
      apparently you still can't actually create an afalg socket. This extends
      the afalg_chk_platform() function to additionally check whether we can
      create an AFALG socket. We also amend the afalgtest to not report a
      failure to load the engine as a test failure. A failure to load is almost
      certainly due to platform environmental issues, and not an OpenSSL problem.
      
      RT 4434
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      25b9d11c
  3. 09 6月, 2016 1 次提交
  4. 18 5月, 2016 1 次提交
  5. 12 5月, 2016 1 次提交
  6. 14 4月, 2016 1 次提交
    • M
      Fix AFALG kernel and headers mismatch problem · 627537dd
      Matt Caswell 提交于
      During Configure we attempt to check the kernel version of this platform
      to see whether we can compile the AFALG engine. If the kernel version
      looks recent enough then we enable AFALG. However when we compile
      e_afalg.c we check the version of the linux headers. If there is a
      mismatch between the linux headers and the currently running kernel then
      we don't compile the AFLAG engine and continue. This was causing a link
      error.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      627537dd
  7. 13 4月, 2016 2 次提交
  8. 19 3月, 2016 1 次提交
  9. 10 3月, 2016 1 次提交
  10. 08 3月, 2016 1 次提交
  11. 07 3月, 2016 3 次提交