1. 15 1月, 2008 1 次提交
  2. 04 2月, 2006 1 次提交
  3. 17 5月, 2005 1 次提交
  4. 16 5月, 2005 1 次提交
  5. 11 4月, 2005 1 次提交
  6. 30 3月, 2005 1 次提交
  7. 06 2月, 2005 1 次提交
  8. 03 11月, 2004 1 次提交
  9. 30 8月, 2004 1 次提交
  10. 02 8月, 2004 2 次提交
  11. 29 3月, 2004 1 次提交
    • A
      This is essentially Intel 32-bit compiler tune-up. To start with all · 1a979201
      Andy Polyakov 提交于
      available compiler versions generated bogus machine code trying to
      compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
      __GNUC__ macro, but fails to compile *some* inline assembler correctly.
      Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
      which is used now instead of offensive asm. Finally, unnecessary linker
      dependencies are eliminated. Most notably dependency from libirc.a
      caused trouble at application start-up, if libcrypto.so is linked with
      -Bsymbolic (which it is).
      1a979201
  12. 27 12月, 2003 1 次提交
  13. 01 12月, 2003 1 次提交
  14. 28 11月, 2003 1 次提交
  15. 21 3月, 2003 2 次提交
  16. 17 1月, 2003 1 次提交
  17. 04 1月, 2003 1 次提交
  18. 30 12月, 2002 1 次提交
  19. 15 12月, 2002 3 次提交
  20. 29 11月, 2002 1 次提交
  21. 09 10月, 2002 1 次提交
  22. 28 6月, 2002 1 次提交
  23. 01 8月, 2001 1 次提交
  24. 31 7月, 2001 1 次提交
  25. 07 7月, 2001 1 次提交
  26. 09 3月, 2001 1 次提交
  27. 07 3月, 2001 1 次提交
  28. 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
  29. 25 9月, 2000 1 次提交
  30. 03 6月, 2000 1 次提交
  31. 01 4月, 2000 1 次提交
  32. 14 3月, 2000 1 次提交
    • B
      Remove "Makefile.uni" files and some related stuff. · 24aaff58
      Bodo Möller 提交于
      This was meant for building individual ciphers separately;
      but nothing of this is maintained, it does not work
      because we rely on central configuration by the Configure
      utility with <openssl/opensslconf.h> etc., so the files
      are only wasting space and time.
      24aaff58
  33. 13 3月, 2000 1 次提交
  34. 12 3月, 2000 1 次提交
  35. 03 3月, 2000 1 次提交