1. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros. · 81208130
      Richard Levitte 提交于
      81208130
    • 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
  2. 10 2月, 2001 1 次提交
  3. 08 2月, 2001 2 次提交
    • 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
    • U
      Bleichenbacher's DSA attack · 57e7d3ce
      Ulf Möller 提交于
      57e7d3ce
  4. 04 12月, 2000 1 次提交
  5. 03 12月, 2000 1 次提交
  6. 02 12月, 2000 1 次提交
  7. 30 11月, 2000 1 次提交
  8. 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
  9. 28 11月, 2000 1 次提交
  10. 27 11月, 2000 2 次提交
  11. 17 11月, 2000 2 次提交
  12. 08 11月, 2000 1 次提交
  13. 07 11月, 2000 1 次提交
  14. 04 8月, 2000 1 次提交
  15. 09 6月, 2000 1 次提交
  16. 08 6月, 2000 1 次提交
  17. 02 6月, 2000 1 次提交
  18. 01 3月, 2000 1 次提交
  19. 27 2月, 2000 1 次提交
  20. 06 2月, 2000 2 次提交
  21. 05 2月, 2000 1 次提交
  22. 04 2月, 2000 1 次提交
  23. 03 2月, 2000 3 次提交
  24. 30 1月, 2000 1 次提交
  25. 28 1月, 2000 2 次提交
  26. 27 1月, 2000 2 次提交
  27. 24 1月, 2000 1 次提交
  28. 23 1月, 2000 1 次提交
  29. 12 1月, 2000 1 次提交
  30. 29 6月, 1999 1 次提交
  31. 28 6月, 1999 1 次提交