1. 19 8月, 2014 1 次提交
  2. 12 6月, 2010 1 次提交
  3. 02 12月, 2009 1 次提交
    • D
      PR: 2111 · 7e4cae1d
      Dr. Stephen Henson 提交于
      Submitted by: Martin Olsson <molsson@opera.com>
      
      Check for bn_wexpand errors in bn_mul.c
      7e4cae1d
  4. 17 6月, 2009 1 次提交
  5. 12 11月, 2008 1 次提交
  6. 01 11月, 2008 1 次提交
  7. 04 11月, 2007 1 次提交
  8. 09 7月, 2007 1 次提交
  9. 14 3月, 2004 1 次提交
    • G
      Convert openssl code not to assume the deprecated form of BN_zero(). · b6358c89
      Geoff Thorpe 提交于
      Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
      BN_init(), [etc] already initialise to zero.
      
      Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
      the result's 'top' value is set (note also, 'max' is always > 0 at this
      point).
      b6358c89
  10. 05 11月, 2003 1 次提交
  11. 28 5月, 2003 1 次提交
  12. 21 5月, 2003 1 次提交
  13. 09 1月, 2003 1 次提交
  14. 14 6月, 2002 1 次提交
  15. 31 5月, 2002 1 次提交
  16. 11 5月, 2002 1 次提交
    • D
      · dc014d43
      Dr. Stephen Henson 提交于
      Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
      in bn_mul_recursive.
      
      This is (hopefully) what was triggering bignum errors on 64 bit
      platforms and causing the BN_mod_mul test to fail.
      dc014d43
  17. 14 10月, 2001 1 次提交
  18. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  19. 15 12月, 2000 1 次提交
  20. 13 12月, 2000 3 次提交
  21. 06 12月, 2000 1 次提交
  22. 05 12月, 2000 2 次提交
  23. 02 12月, 2000 1 次提交
  24. 01 12月, 2000 1 次提交
  25. 29 11月, 2000 1 次提交
  26. 22 11月, 2000 1 次提交
  27. 19 11月, 2000 1 次提交
    • R
      Remove two bn_wexpand() from BN_mul(), which is a step toward getting · baa257f1
      Richard Levitte 提交于
      BN_mul() correctly constified, avoids two realloc()'s that aren't
      really necessary and saves memory to boot.  This required a small
      change in bn_mul_part_recursive() and the addition of variants of
      bn_cmp_words(), bn_add_words() and bn_sub_words() that can take arrays
      with differing sizes.
      
      The test results show a performance that very closely matches the
      original code from before my constification.  This may seem like a
      very small win from a performance point of view, but if one remembers
      that the variants of bn_cmp_words(), bn_add_words() and bn_sub_words()
      are not at all optimized for the moment (and there's no corresponding
      assembler code), and that their use may be just as non-optimal, I'm
      pretty confident there are possibilities...
      
      This code needs reviewing!
      baa257f1
  28. 17 11月, 2000 1 次提交
  29. 07 11月, 2000 1 次提交
  30. 26 7月, 2000 1 次提交
  31. 02 3月, 2000 2 次提交
  32. 27 2月, 2000 2 次提交
  33. 05 2月, 2000 1 次提交
  34. 04 2月, 2000 1 次提交
  35. 27 7月, 1999 1 次提交