1. 06 9月, 2015 1 次提交
  2. 28 8月, 2015 1 次提交
  3. 14 5月, 2015 1 次提交
  4. 11 5月, 2015 1 次提交
  5. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 5a · 222561fe
      Rich Salz 提交于
      Don't check for NULL before calling a free routine.  This gets X509_.*free:
          x509_name_ex_free X509_policy_tree_free X509_VERIFY_PARAM_free
          X509_STORE_free X509_STORE_CTX_free X509_PKEY_free
          X509_OBJECT_free_contents X509_LOOKUP_free X509_INFO_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      222561fe
  6. 31 1月, 2015 1 次提交
  7. 22 1月, 2015 1 次提交
  8. 08 3月, 2012 1 次提交
  9. 27 2月, 2012 1 次提交
  10. 15 3月, 2009 1 次提交
  11. 22 11月, 2008 1 次提交
  12. 06 11月, 2008 1 次提交
  13. 13 8月, 2007 1 次提交
  14. 14 4月, 2007 1 次提交
  15. 27 2月, 2007 1 次提交
  16. 03 2月, 2007 1 次提交
  17. 25 12月, 2006 1 次提交
    • D
      Experimental streaming PKCS#7 support. · 11d8cdc6
      Dr. Stephen Henson 提交于
      I thought it was about time I dusted this off. This stuff had been sitting on
      my hard drive for *ages* (2003 in fact). Hasn't been tested well and may not
      work properly.
      
      Nothing uses it at present which is just as well.
      
      Think of this as a traditional Christmas present which looks far more
      impressive in the adverts and on the box, some of the bits are missing and
      falls to bits if you play with it too much.
      11d8cdc6
  18. 09 7月, 2006 1 次提交
  19. 06 6月, 2006 1 次提交
  20. 27 5月, 2006 1 次提交
  21. 24 5月, 2006 1 次提交
  22. 19 5月, 2006 2 次提交
  23. 18 5月, 2006 1 次提交
  24. 08 5月, 2006 1 次提交
  25. 05 8月, 2005 1 次提交
  26. 20 5月, 2005 1 次提交
  27. 17 5月, 2005 1 次提交
  28. 15 2月, 2005 1 次提交
  29. 15 1月, 2005 1 次提交
  30. 28 3月, 2004 1 次提交
  31. 26 2月, 2003 1 次提交
  32. 15 2月, 2003 1 次提交
  33. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  34. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  35. 24 2月, 2001 1 次提交
  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
  37. 18 9月, 2000 2 次提交
  38. 08 9月, 2000 1 次提交