1. 18 4月, 2001 1 次提交
  2. 15 3月, 2001 1 次提交
  3. 22 2月, 2001 1 次提交
  4. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • 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
  5. 08 8月, 2000 1 次提交
  6. 28 7月, 2000 1 次提交
  7. 26 7月, 2000 1 次提交
    • R
      There's a deadlock when ssleay_rand_bytes is called the first time, since · a4125514
      Richard Levitte 提交于
      it wants to stir the pool using ssleay_rand_add.  This fix provides the
      possibility to call ssleay_rand_add inside a locked state by simply telling
      it not to do any locking through a static variable.  This isn't the most
      elegant way one could do this, but it does retain thread safety during the
      stirring process.
      a4125514
  8. 20 7月, 2000 1 次提交
  9. 28 6月, 2000 1 次提交
  10. 31 5月, 2000 2 次提交
  11. 30 3月, 2000 2 次提交
  12. 20 3月, 2000 3 次提交
  13. 13 3月, 2000 1 次提交
  14. 02 3月, 2000 1 次提交
  15. 29 2月, 2000 1 次提交
  16. 25 2月, 2000 2 次提交
  17. 24 2月, 2000 1 次提交
  18. 19 2月, 2000 1 次提交
  19. 11 2月, 2000 1 次提交
  20. 04 2月, 2000 1 次提交
  21. 23 1月, 2000 1 次提交
  22. 22 1月, 2000 4 次提交
  23. 16 1月, 2000 1 次提交
  24. 14 1月, 2000 3 次提交
  25. 20 12月, 1999 1 次提交
  26. 27 10月, 1999 1 次提交
  27. 26 10月, 1999 1 次提交
  28. 15 10月, 1999 1 次提交
  29. 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