1. 03 5月, 2001 1 次提交
    • R
      Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
      Richard Levitte 提交于
      For those, unless the environment variables RANDFILE or HOME are
      defined (the default case!), RAND_file_name() will return NULL.
      This change adds a default HOME for those platforms.
      
      To add a default HOME for any platform, just define DEFAULT_HOME in
      the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
      f0b54fef
  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. 07 2月, 2001 1 次提交
  4. 10 1月, 2001 1 次提交
  5. 09 1月, 2001 1 次提交
  6. 08 1月, 2001 1 次提交
  7. 02 10月, 2000 1 次提交
  8. 30 9月, 2000 1 次提交
  9. 21 9月, 2000 1 次提交
  10. 14 9月, 2000 1 次提交
  11. 01 9月, 2000 1 次提交
  12. 10 6月, 2000 1 次提交
  13. 09 6月, 2000 1 次提交
  14. 04 6月, 2000 2 次提交
  15. 01 6月, 2000 2 次提交
  16. 19 5月, 2000 1 次提交
  17. 16 5月, 2000 1 次提交
  18. 24 3月, 2000 1 次提交
  19. 20 3月, 2000 1 次提交
  20. 18 3月, 2000 1 次提交
  21. 17 3月, 2000 1 次提交
  22. 11 3月, 2000 2 次提交
  23. 07 3月, 2000 1 次提交
  24. 02 3月, 2000 1 次提交
  25. 21 1月, 2000 1 次提交
  26. 17 1月, 2000 1 次提交
  27. 16 1月, 2000 1 次提交
  28. 27 12月, 1999 1 次提交
  29. 20 12月, 1999 3 次提交
  30. 26 10月, 1999 2 次提交
  31. 12 9月, 1999 1 次提交
    • A
      Initial support for MacOS. · 17f389bb
      Andy Polyakov 提交于
      This will soon be complemented with MacOS specific source code files and
      INSTALL.MacOS.
      
      I (Andy) have decided to get rid of a number of #include <sys/types.h>.
      I've verified it's ok (both by examining /usr/include/*.h and compiling)
      on a number of Unix platforms. Unfortunately I don't have Windows box
      to verify this on. I really appreciate if somebody could try to compile
      it and contact me a.s.a.p. in case a problem occurs.
      
      Submitted by: Roy Wood <roy@centricsystems.ca>
      Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
      17f389bb
  32. 03 9月, 1999 1 次提交
  33. 10 6月, 1999 1 次提交
  34. 21 5月, 1999 1 次提交