1. 18 11月, 2012 1 次提交
  2. 27 6月, 2012 1 次提交
  3. 12 11月, 2011 1 次提交
  4. 04 6月, 2011 2 次提交
  5. 27 5月, 2011 1 次提交
  6. 26 5月, 2011 1 次提交
  7. 19 5月, 2011 1 次提交
  8. 17 5月, 2011 1 次提交
  9. 17 4月, 2011 1 次提交
  10. 06 5月, 2010 1 次提交
  11. 05 5月, 2010 1 次提交
  12. 15 4月, 2010 1 次提交
  13. 24 1月, 2010 1 次提交
  14. 15 5月, 2009 1 次提交
  15. 13 5月, 2009 1 次提交
  16. 12 11月, 2008 1 次提交
  17. 16 7月, 2008 1 次提交
  18. 25 2月, 2008 1 次提交
  19. 14 1月, 2008 1 次提交
  20. 23 8月, 2007 1 次提交
  21. 21 7月, 2007 1 次提交
  22. 21 6月, 2007 1 次提交
  23. 15 5月, 2007 1 次提交
  24. 14 5月, 2007 1 次提交
  25. 02 4月, 2007 1 次提交
  26. 20 6月, 2005 1 次提交
  27. 03 5月, 2005 1 次提交
  28. 05 4月, 2005 1 次提交
  29. 21 11月, 2004 1 次提交
    • A
      RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's · 376729e1
      Andy Polyakov 提交于
      apparently impossible to compose blended code with would perform
      satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR
      code-path is introduced and P4 core is detected at run-time. This
      way we keep original performance on non-P4 implementations and
      turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
      376729e1
  30. 27 7月, 2004 1 次提交
    • A
      Add framework for yet another assembler module dubbed "cpuid." Idea · 14e21f86
      Andy Polyakov 提交于
      is to have a placeholder to small routines, which can be written only
      in assembler. In IA-32 case this includes processor capability
      identification and access to Time-Stamp Counter. As discussed earlier
      OPENSSL_ia32cap is introduced to control recently added SSE2 code
      pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the
      code is operational on ELF platforms only. I haven't checked it yet,
      but I have all reasons to believe that Windows build should fail to
      link too. I'll be looking into it shortly...
      14e21f86