1. 10 9月, 2001 2 次提交
    • 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
    • B
      Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit case · 5ba372b1
      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.
      
      Also fix indentation, and add OpenSSL copyright.
      5ba372b1
  2. 07 9月, 2001 1 次提交
  3. 06 9月, 2001 1 次提交
  4. 05 9月, 2001 1 次提交
  5. 03 9月, 2001 3 次提交
  6. 02 9月, 2001 1 次提交
  7. 01 9月, 2001 3 次提交
  8. 28 8月, 2001 1 次提交
  9. 27 8月, 2001 2 次提交
  10. 26 8月, 2001 1 次提交
  11. 23 8月, 2001 1 次提交
  12. 19 8月, 2001 2 次提交
  13. 18 8月, 2001 2 次提交
  14. 11 8月, 2001 1 次提交
  15. 06 8月, 2001 4 次提交
  16. 04 8月, 2001 5 次提交
  17. 03 8月, 2001 1 次提交
  18. 01 8月, 2001 1 次提交
  19. 31 7月, 2001 3 次提交
  20. 30 7月, 2001 1 次提交
  21. 27 7月, 2001 1 次提交
  22. 21 7月, 2001 2 次提交