1. 28 3月, 2016 1 次提交
    • R
      Math::BigInt does floored divs, BN_div does truncated div, compensate · ce84456d
      Richard Levitte 提交于
      According to documentation, perl's Math::BigInt does floored division,
      i.e. the bdiv function does 1 / -4 = -1.  OpenSSL's BN_div, as well as
      bc, do truncated division, i.e. 1 / -4 = 0.
      
      We need to compensate for that difference in test/recipes/bc.pl to
      make sure to verify the bntest results under its own conditions, by
      dividing the absolute values of the given numbers and fixup the
      result's negativity afterwards.
      
      Closes RT#4485
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      ce84456d
  2. 26 3月, 2016 1 次提交
  3. 25 3月, 2016 3 次提交
  4. 24 3月, 2016 8 次提交
  5. 23 3月, 2016 10 次提交
  6. 22 3月, 2016 14 次提交
  7. 21 3月, 2016 3 次提交