1. 04 11月, 2003 1 次提交
  2. 30 10月, 2003 2 次提交
    • G
      Some provisional bignum debugging has begun to detect inconsistent BIGNUM · 31166ec8
      Geoff Thorpe 提交于
      structures being passed in to or out of API functions, and this corrects a
      couple of cases found so far.
      
      Also, lop off a couple of bytes of white-space.
      31166ec8
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  3. 29 11月, 2002 1 次提交
  4. 28 10月, 2002 1 次提交
  5. 04 8月, 2002 1 次提交
  6. 03 8月, 2002 1 次提交
  7. 25 7月, 2002 1 次提交
    • B
      Move zeroing from bn_expand_internal() to bn_expand2() so that it · 12593e6f
      Bodo Möller 提交于
      happens reliably, even if the BIGNUM is already sufficiently large.
      
      [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
      if the BIGNUM actually has to grow, so this change does not add any
      new overhead as currently bn_expand2() is never called directly.]
      12593e6f
  8. 08 3月, 2001 1 次提交
  9. 04 12月, 2000 1 次提交
  10. 03 12月, 2000 5 次提交
  11. 02 12月, 2000 1 次提交
  12. 29 11月, 2000 3 次提交
  13. 27 11月, 2000 1 次提交
  14. 17 11月, 2000 1 次提交
  15. 07 11月, 2000 3 次提交
  16. 04 9月, 2000 1 次提交
  17. 04 8月, 2000 1 次提交
  18. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  19. 27 2月, 2000 1 次提交
  20. 05 2月, 2000 1 次提交
  21. 04 2月, 2000 1 次提交
  22. 24 1月, 2000 1 次提交
  23. 31 7月, 1999 1 次提交
  24. 21 6月, 1999 1 次提交
  25. 05 6月, 1999 1 次提交
  26. 20 5月, 1999 1 次提交
  27. 15 5月, 1999 1 次提交
  28. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  29. 23 4月, 1999 1 次提交
  30. 20 4月, 1999 1 次提交
  31. 18 4月, 1999 1 次提交