1. 27 8月, 2001 2 次提交
  2. 26 8月, 2001 1 次提交
  3. 23 8月, 2001 1 次提交
  4. 19 8月, 2001 2 次提交
  5. 18 8月, 2001 2 次提交
  6. 11 8月, 2001 1 次提交
  7. 06 8月, 2001 4 次提交
  8. 04 8月, 2001 5 次提交
  9. 03 8月, 2001 1 次提交
  10. 01 8月, 2001 1 次提交
  11. 31 7月, 2001 3 次提交
  12. 30 7月, 2001 1 次提交
  13. 27 7月, 2001 1 次提交
  14. 21 7月, 2001 2 次提交
  15. 10 7月, 2001 1 次提交
  16. 09 7月, 2001 2 次提交
  17. 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
  18. 17 6月, 2001 1 次提交
  19. 25 5月, 2001 1 次提交
    • D
      · 76c919c1
      Dr. Stephen Henson 提交于
      Add missing variable length cipher flag for Blowfish.
      
      Only use trust settings if either trust or reject settings
      are present, otherwise use compatibility mode. This stops
      root CAs being rejected if they have alias of keyid set.
      76c919c1
  20. 07 5月, 2001 2 次提交
  21. 14 4月, 2001 1 次提交
  22. 08 4月, 2001 1 次提交
  23. 09 3月, 2001 2 次提交
  24. 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