1. 30 3月, 2005 1 次提交
  2. 06 2月, 2005 1 次提交
  3. 03 11月, 2004 1 次提交
  4. 30 8月, 2004 1 次提交
  5. 02 8月, 2004 2 次提交
  6. 26 7月, 2004 1 次提交
  7. 22 7月, 2004 1 次提交
  8. 18 5月, 2004 1 次提交
  9. 15 5月, 2004 1 次提交
  10. 27 12月, 2003 1 次提交
  11. 16 11月, 2003 1 次提交
  12. 17 1月, 2003 1 次提交
  13. 13 1月, 2003 1 次提交
  14. 04 1月, 2003 1 次提交
  15. 15 12月, 2002 1 次提交
  16. 05 12月, 2002 1 次提交
  17. 03 12月, 2002 1 次提交
  18. 29 11月, 2002 1 次提交
  19. 28 11月, 2002 1 次提交
  20. 09 10月, 2002 1 次提交
  21. 13 8月, 2002 1 次提交
  22. 28 6月, 2002 1 次提交
  23. 29 4月, 2002 1 次提交
  24. 18 3月, 2002 1 次提交
  25. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  26. 14 10月, 2001 1 次提交
  27. 01 8月, 2001 1 次提交
  28. 31 7月, 2001 1 次提交
  29. 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
  30. 09 3月, 2001 1 次提交
  31. 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
  32. 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
  33. 25 9月, 2000 1 次提交
  34. 20 6月, 2000 1 次提交
  35. 19 3月, 2000 1 次提交
  36. 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
  37. 13 3月, 2000 1 次提交
  38. 12 3月, 2000 1 次提交
  39. 03 3月, 2000 1 次提交