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