1. 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
  2. 09 9月, 2003 1 次提交
  3. 20 6月, 2003 1 次提交
  4. 04 4月, 2003 7 次提交
  5. 31 1月, 2003 1 次提交
  6. 30 1月, 2003 1 次提交
  7. 10 1月, 2003 1 次提交
  8. 09 1月, 2003 1 次提交
  9. 26 12月, 2002 1 次提交
    • R
      Spelling error. · e2350001
      Richard Levitte 提交于
      This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
      e2350001
  10. 04 12月, 2002 1 次提交
  11. 28 11月, 2002 1 次提交
  12. 14 11月, 2002 1 次提交
  13. 13 11月, 2002 1 次提交
  14. 08 11月, 2002 1 次提交
  15. 24 10月, 2002 1 次提交
    • R
      On certain platforms, we redefine certain symbols using macros in · d610d27f
      Richard Levitte 提交于
      apps.h.  For those, it's better to include apps.h after the system
      headers where those symbols may be defined, since there's otherwise a
      chance that the C compiler will barf when it sees something that looks
      like this after expansion:
      
      int VMS_strcasecmp((str1),(str2))(const char *, const char *);
      d610d27f
  16. 23 10月, 2002 1 次提交
  17. 11 10月, 2002 1 次提交
  18. 09 10月, 2002 1 次提交
  19. 12 8月, 2002 1 次提交
  20. 02 8月, 2002 1 次提交
  21. 31 7月, 2002 1 次提交
  22. 18 7月, 2002 2 次提交
  23. 20 5月, 2002 1 次提交
    • D
      · eee6c81a
      Dr. Stephen Henson 提交于
      Reorganise -subj option code, fix buffer overrun.
      eee6c81a
  24. 30 4月, 2002 1 次提交
  25. 09 3月, 2002 1 次提交
    • D
      · 26e12373
      Dr. Stephen Henson 提交于
      Fix the Win32_rename() function so it correctly
      returns an error code. Use the same code in Win9X
      and NT.
      
      Fix some ca.c options so they work under Win32:
      unlink/rename wont work under Win32 unless the file
      is closed.
      26e12373
  26. 28 2月, 2002 1 次提交
  27. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  28. 14 2月, 2002 2 次提交
  29. 06 11月, 2001 1 次提交
  30. 28 10月, 2001 3 次提交