1. 26 11月, 2004 2 次提交
  2. 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
  3. 10 11月, 2004 1 次提交
  4. 03 11月, 2004 1 次提交
  5. 30 8月, 2004 1 次提交
  6. 02 8月, 2004 2 次提交
  7. 24 7月, 2004 1 次提交
  8. 22 7月, 2004 1 次提交
  9. 12 7月, 2004 2 次提交
  10. 27 12月, 2003 1 次提交
  11. 28 11月, 2003 1 次提交
  12. 16 11月, 2003 1 次提交
  13. 21 3月, 2003 1 次提交
  14. 17 1月, 2003 1 次提交
  15. 04 1月, 2003 1 次提交
  16. 29 11月, 2002 1 次提交
  17. 28 11月, 2002 1 次提交
  18. 09 10月, 2002 1 次提交
  19. 28 6月, 2002 1 次提交
  20. 01 8月, 2001 1 次提交
  21. 31 7月, 2001 1 次提交
  22. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  23. 09 3月, 2001 1 次提交
  24. 07 3月, 2001 1 次提交
  25. 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
  26. 06 2月, 2001 1 次提交
  27. 25 9月, 2000 1 次提交
  28. 02 5月, 2000 1 次提交
  29. 21 3月, 2000 1 次提交
  30. 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
  31. 13 3月, 2000 1 次提交
  32. 12 3月, 2000 1 次提交
  33. 03 3月, 2000 1 次提交
  34. 05 2月, 2000 1 次提交
  35. 04 2月, 2000 1 次提交
  36. 26 10月, 1999 1 次提交