1. 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
  2. 05 11月, 2003 1 次提交
  3. 05 9月, 2001 1 次提交
  4. 27 11月, 2000 1 次提交
  5. 17 11月, 2000 2 次提交
  6. 07 11月, 2000 1 次提交
  7. 20 9月, 2000 1 次提交
    • B
      Totally remove the supposedly 'faster' variant in · fe035197
      Bodo Möller 提交于
      BN_mod_mul_montgomery, which calls bn_sqr_recursive
      without much preparation.
      
      bn_sqr_recursive requires the length of its argument to be
      a power of 2, which is not always the case here.
      There's no reason for not using BN_sqr -- if a simpler
      approach to squaring made sense, then why not change
      BN_sqr?  (Using BN_sqr should also speed up DH where g is chosen
      such that it becomes small [e.g., 2] when converted
      to Montgomery representation.)
      
      Case closed :-)
      fe035197
  8. 05 2月, 2000 1 次提交
  9. 04 2月, 2000 1 次提交
  10. 20 4月, 1999 1 次提交
  11. 28 1月, 1999 1 次提交
  12. 22 12月, 1998 1 次提交
  13. 21 12月, 1998 3 次提交