1. 15 12月, 2015 1 次提交
  2. 08 12月, 2015 2 次提交
  3. 15 10月, 2015 1 次提交
  4. 18 9月, 2015 1 次提交
  5. 17 9月, 2015 2 次提交
  6. 01 9月, 2015 1 次提交
  7. 14 5月, 2015 1 次提交
  8. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  9. 25 3月, 2015 1 次提交
  10. 23 3月, 2015 1 次提交
  11. 28 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  12. 22 1月, 2015 1 次提交
  13. 27 1月, 2014 1 次提交
  14. 18 8月, 2013 1 次提交
  15. 03 8月, 2012 2 次提交
  16. 14 11月, 2011 1 次提交
  17. 22 6月, 2011 1 次提交
  18. 03 5月, 2010 1 次提交
    • D
      PR: 2250 · a033c3c7
      Dr. Stephen Henson 提交于
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Don't overwrite return value with strlen(f).
      a033c3c7
  19. 13 1月, 2010 1 次提交
    • D
      PR: 2136 · 0e0c6821
      Dr. Stephen Henson 提交于
      Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at>
      
      Add options to output hash using older algorithm compatible with OpenSSL
      versions before 1.0.0
      0e0c6821
  20. 24 9月, 2009 1 次提交
  21. 31 5月, 2009 1 次提交
  22. 17 2月, 2009 1 次提交
  23. 15 1月, 2009 1 次提交
  24. 24 7月, 2006 1 次提交
  25. 18 7月, 2006 1 次提交
  26. 28 4月, 2006 1 次提交
  27. 01 12月, 2004 1 次提交
  28. 04 4月, 2003 1 次提交
  29. 13 11月, 2002 2 次提交
  30. 10 11月, 2002 1 次提交
  31. 07 8月, 2002 1 次提交
  32. 14 2月, 2002 1 次提交
  33. 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
  34. 31 7月, 2001 1 次提交
  35. 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
  36. 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