1. 12 4月, 2015 1 次提交
    • R
      free NULL cleanup 9 · e0e920b1
      Rich Salz 提交于
      Ongoing work to skip NULL check before calling free routine.  This gets:
          ecp_nistz256_pre_comp_free nistp224_pre_comp_free nistp256_pre_comp_free
          nistp521_pre_comp_free PKCS7_free PKCS7_RECIP_INFO_free
          PKCS7_SIGNER_INFO_free sk_PKCS7_pop_free PKCS8_PRIV_KEY_INFO_free
          PKCS12_free PKCS12_SAFEBAG_free PKCS12_free sk_PKCS12_SAFEBAG_pop_free
          SSL_CONF_CTX_free SSL_CTX_free SSL_SESSION_free SSL_free ssl_cert_free
          ssl_sess_cert_free
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      e0e920b1
  2. 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
  3. 24 3月, 2015 1 次提交
  4. 23 3月, 2015 1 次提交
  5. 19 3月, 2015 1 次提交
    • E
      PKCS#7: avoid NULL pointer dereferences with missing content · c225c3cf
      Emilia Kasper 提交于
      In PKCS#7, the ASN.1 content component is optional.
      This typically applies to inner content (detached signatures),
      however we must also handle unexpected missing outer content
      correctly.
      
      This patch only addresses functions reachable from parsing,
      decryption and verification, and functions otherwise associated
      with reading potentially untrusted data.
      
      Correcting all low-level API calls requires further work.
      
      CVE-2015-0289
      
      Thanks to Michal Zalewski (Google) for reporting this issue.
      Reviewed-by: NSteve Henson <steve@openssl.org>
      c225c3cf
  6. 22 1月, 2015 1 次提交
  7. 12 6月, 2010 1 次提交
  8. 11 5月, 2007 1 次提交
  9. 24 4月, 2007 1 次提交
  10. 03 2月, 2007 1 次提交
  11. 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
  12. 24 5月, 2006 1 次提交
  13. 08 5月, 2006 1 次提交
  14. 28 4月, 2006 1 次提交
  15. 27 4月, 2006 3 次提交
  16. 18 4月, 2006 1 次提交
  17. 02 4月, 2005 1 次提交
  18. 05 12月, 2004 1 次提交
  19. 12 10月, 2003 1 次提交
  20. 11 10月, 2003 2 次提交
  21. 09 9月, 2002 1 次提交
    • D
      · 48921e00
      Dr. Stephen Henson 提交于
      Really fix PKCS7_set_detached this time...
      48921e00
  22. 08 9月, 2002 1 次提交
    • D
      · f8049301
      Dr. Stephen Henson 提交于
      Fix typos in PKCS#12 ASN1 code.
      
      Make PKCS7_set_detached work again.
      f8049301
  23. 12 8月, 2002 1 次提交
  24. 07 5月, 2002 1 次提交
  25. 14 2月, 2002 1 次提交
  26. 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
  27. 25 1月, 2001 1 次提交
  28. 30 12月, 2000 1 次提交
  29. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  30. 23 2月, 2000 1 次提交
  31. 29 12月, 1999 1 次提交
  32. 14 12月, 1999 1 次提交
  33. 12 12月, 1999 1 次提交
  34. 10 12月, 1999 1 次提交
  35. 20 10月, 1999 1 次提交
  36. 17 8月, 1999 1 次提交
  37. 03 6月, 1999 1 次提交