1. 29 3月, 2004 1 次提交
  2. 16 3月, 2004 1 次提交
  3. 01 2月, 2004 1 次提交
  4. 29 1月, 2004 1 次提交
  5. 06 4月, 2003 1 次提交
  6. 04 4月, 2003 1 次提交
  7. 31 1月, 2003 2 次提交
  8. 29 12月, 2002 1 次提交
  9. 12 8月, 2002 1 次提交
  10. 07 8月, 2002 1 次提交
  11. 27 6月, 2002 1 次提交
    • R
      A number of includes were removed from evp.h some time ago. The reason · 4942ef6f
      Richard Levitte 提交于
      was that they weren't really needed any more for EVP itself.  However,
      it seems like soma applications (I know about OpenSSH, but there may
      be more) used evp.h as the 'load all' header file, which makes sense
      since we try our best to promote the use of EVP instead of the lower
      level crypto algorithms.  Therefore, I put the inclusions back so
      the application authors don't get too shocked by all the errors they
      would otherwise get.
      
      Thanks to Theo de Raadt for making us aware of this.
      4942ef6f
  12. 15 6月, 2002 1 次提交
    • L
      Some more prototype fixes. · 65ee74fb
      Lutz Jänicke 提交于
      Use DECLARE macros in asn1* instead of direct declaration.
      Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by:
      PR: 89
      65ee74fb
  13. 31 5月, 2002 1 次提交
  14. 16 5月, 2002 1 次提交
  15. 12 5月, 2002 1 次提交
    • D
      · e9ba6963
      Dr. Stephen Henson 提交于
      EVP_SealFinal should return a value.
      e9ba6963
  16. 28 2月, 2002 1 次提交
  17. 23 2月, 2002 1 次提交
  18. 14 2月, 2002 1 次提交
  19. 04 1月, 2002 1 次提交
  20. 18 12月, 2001 1 次提交
  21. 17 10月, 2001 1 次提交
  22. 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
  23. 09 10月, 2001 1 次提交
  24. 04 10月, 2001 1 次提交
  25. 28 9月, 2001 1 次提交
  26. 26 9月, 2001 2 次提交
  27. 10 9月, 2001 1 次提交
    • B
      Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit case · 5e54b4f3
      Bodo Möller 提交于
      distinction (which does not work well because if CRYPTO_MDEBUG is
      defined at library compile time, it is not necessarily defined at
      application compile time; and memory debugging now can be reconfigured
      at run-time anyway).  To get the intended semantics, we could just use
      the EVP_DigestInit_dbg unconditionally (which uses the caller's
      __FILE__ and __LINE__ for memory leak debugging), but this would make
      memory debugging inconsistent.  Instead, callers can use
      CRYPTO_push_info() to track down memory leaks.
      5e54b4f3
  28. 07 9月, 2001 1 次提交
  29. 03 9月, 2001 1 次提交
  30. 28 8月, 2001 1 次提交
  31. 27 8月, 2001 1 次提交
  32. 19 8月, 2001 1 次提交
  33. 18 8月, 2001 1 次提交
  34. 06 8月, 2001 3 次提交
  35. 04 8月, 2001 2 次提交