1. 29 10月, 2014 1 次提交
  2. 25 9月, 2014 1 次提交
  3. 09 7月, 2014 1 次提交
  4. 14 10月, 2013 1 次提交
  5. 28 11月, 2012 1 次提交
  6. 02 8月, 2010 1 次提交
  7. 03 3月, 2010 1 次提交
  8. 29 12月, 2008 1 次提交
  9. 14 9月, 2008 1 次提交
  10. 23 7月, 2007 1 次提交
  11. 01 5月, 2007 2 次提交
  12. 30 4月, 2007 1 次提交
  13. 11 10月, 2006 1 次提交
  14. 01 5月, 2006 1 次提交
  15. 25 10月, 2005 1 次提交
  16. 19 9月, 2005 2 次提交
  17. 24 6月, 2005 1 次提交
  18. 20 12月, 2004 1 次提交
  19. 26 7月, 2004 1 次提交
  20. 12 6月, 2004 1 次提交
  21. 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
  22. 15 5月, 2004 1 次提交
  23. 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
  24. 28 11月, 2003 1 次提交
  25. 30 10月, 2003 1 次提交
  26. 15 12月, 2002 1 次提交
  27. 28 11月, 2002 1 次提交
  28. 20 11月, 2002 1 次提交
  29. 14 10月, 2001 1 次提交
  30. 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
  31. 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
  32. 31 10月, 2000 1 次提交
  33. 16 2月, 2000 2 次提交
  34. 06 2月, 2000 1 次提交
  35. 03 1月, 2000 1 次提交
  36. 20 12月, 1999 2 次提交