1. 20 12月, 2004 1 次提交
  2. 26 7月, 2004 1 次提交
  3. 12 6月, 2004 1 次提交
  4. 31 5月, 2004 1 次提交
    • A
      Kill unused macro and reimplement it for that single context it can · a2eb9688
      Andy Polyakov 提交于
      actually be used, namely x86* platforms [because they don't bomb on
      unaligned access]. This resulted in 30-40% [depending on message
      length] improvement for SHA-256 compiled with gcc and running on P4.
      In the lack of assembler implementation I give the compiler all the
      help it can possibly get:-)
      a2eb9688
  5. 15 5月, 2004 1 次提交
  6. 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
  7. 28 11月, 2003 1 次提交
  8. 30 10月, 2003 1 次提交
  9. 15 12月, 2002 1 次提交
  10. 28 11月, 2002 1 次提交
  11. 20 11月, 2002 1 次提交
  12. 14 10月, 2001 1 次提交
  13. 08 3月, 2001 1 次提交
    • D
      · 2dc769a1
      Dr. Stephen Henson 提交于
      Make EVP_Digest*() routines return a value.
      
      TODO: update docs, and make soe other routines
      which use EVP_Digest*() check return codes.
      2dc769a1
  14. 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
  15. 31 10月, 2000 1 次提交
  16. 16 2月, 2000 2 次提交
  17. 06 2月, 2000 1 次提交
  18. 03 1月, 2000 1 次提交
  19. 20 12月, 1999 2 次提交
  20. 14 12月, 1999 1 次提交
  21. 09 12月, 1999 1 次提交
  22. 28 8月, 1999 1 次提交
  23. 23 6月, 1999 1 次提交
  24. 01 6月, 1999 1 次提交
  25. 20 5月, 1999 1 次提交
  26. 17 5月, 1999 1 次提交
  27. 16 5月, 1999 1 次提交
  28. 15 5月, 1999 2 次提交
  29. 14 5月, 1999 1 次提交
  30. 13 5月, 1999 1 次提交