1. 20 11月, 2005 1 次提交
  2. 09 5月, 2005 1 次提交
  3. 16 3月, 2004 1 次提交
  4. 30 10月, 2003 1 次提交
    • 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
  5. 13 11月, 2002 1 次提交
  6. 14 12月, 2000 1 次提交
  7. 22 8月, 2000 1 次提交
    • D
      · 469938cb
      Dr. Stephen Henson 提交于
      Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
      469938cb
  8. 26 7月, 2000 1 次提交
  9. 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
  10. 04 2月, 2000 1 次提交
  11. 31 1月, 2000 1 次提交
  12. 10 12月, 1999 1 次提交
  13. 28 7月, 1999 1 次提交
  14. 22 6月, 1999 1 次提交
  15. 11 6月, 1999 1 次提交
  16. 27 4月, 1999 1 次提交
  17. 24 4月, 1999 1 次提交
  18. 20 4月, 1999 1 次提交
  19. 18 4月, 1999 1 次提交
  20. 21 12月, 1998 3 次提交