1. 02 8月, 2002 1 次提交
    • B
      Binary field arithmetic contributed by Sun Microsystems. · 1dc920c8
      Bodo Möller 提交于
      The 'OPENSSL_NO_SUN_DIV' default is still subject to change,
      so I didn't bother to finish the CHANGES entry yet.
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>, Sheueling Chang <sheueling.chang@sun.com>
      (CHANGES entry by Bodo Moeller)
      1dc920c8
  2. 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
  3. 08 2月, 2001 1 次提交
    • B
      Integrate my implementation of a countermeasure against · 35ed8cb8
      Bodo Möller 提交于
      Bleichenbacher's DSA attack.  With this implementation, the expected
      number of iterations never exceeds 2.
      
      New semantics for BN_rand_range():
      BN_rand_range(r, min, range) now generates r such that
           min <= r < min+range.
      (Previously, BN_rand_range(r, min, max) generated r such that
           min <= r < max.
      It is more convenient to have the range; also the previous
      prototype was misleading because max was larger than
      the actual maximum.)
      35ed8cb8
  4. 04 12月, 2000 1 次提交
  5. 03 12月, 2000 1 次提交
  6. 30 11月, 2000 1 次提交
  7. 29 11月, 2000 1 次提交
    • B
      Expand expspeed.c to make BN_kronecker timings. · a08bcccc
      Bodo Möller 提交于
      This caused a segmentation fault in calls to malloc, so I cleaned up
      bn_lib.c a little so that it is easier to see what is going on.
      The bug turned out to be an off-by-one error in BN_bin2bn.
      a08bcccc
  8. 27 11月, 2000 1 次提交
  9. 09 6月, 2000 1 次提交
  10. 08 6月, 2000 1 次提交
  11. 05 3月, 2000 1 次提交
  12. 06 2月, 2000 1 次提交
  13. 05 2月, 2000 1 次提交
  14. 24 4月, 1999 2 次提交
  15. 20 4月, 1999 1 次提交
  16. 19 4月, 1999 1 次提交
  17. 28 1月, 1999 1 次提交
  18. 22 12月, 1998 1 次提交
  19. 21 12月, 1998 3 次提交