1. 24 6月, 2015 1 次提交
  2. 14 5月, 2015 1 次提交
  3. 11 5月, 2015 1 次提交
  4. 02 5月, 2015 1 次提交
  5. 01 5月, 2015 3 次提交
  6. 30 4月, 2015 1 次提交
    • R
      free NULL cleanup 8 · 2ace7450
      Rich Salz 提交于
      Do not check for NULL before calling a free routine.  This addresses:
          ASN1_BIT_STRING_free ASN1_GENERALIZEDTIME_free ASN1_INTEGER_free
          ASN1_OBJECT_free ASN1_OCTET_STRING_free ASN1_PCTX_free ASN1_SCTX_free
          ASN1_STRING_clear_free ASN1_STRING_free ASN1_TYPE_free
          ASN1_UTCTIME_free M_ASN1_free_of
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      2ace7450
  7. 17 4月, 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. 24 3月, 2015 2 次提交
  11. 12 3月, 2015 1 次提交
    • M
      Fix dh_pub_encode · 6aa8dab2
      Matt Caswell 提交于
      The return value from ASN1_STRING_new() was not being checked which could
      lead to a NULL deref in the event of a malloc failure. Also fixed a mem
      leak in the error path.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      6aa8dab2
  12. 09 3月, 2015 1 次提交
  13. 22 2月, 2015 2 次提交
  14. 22 1月, 2015 1 次提交
  15. 28 3月, 2014 1 次提交
  16. 06 9月, 2013 1 次提交
  17. 21 8月, 2013 1 次提交
  18. 05 8月, 2013 3 次提交
  19. 07 12月, 2011 1 次提交
  20. 12 10月, 2011 1 次提交
  21. 07 3月, 2010 1 次提交
    • D
      Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
      Dr. Stephen Henson 提交于
      now print out signatures instead of the standard hex dump.
      
      More complex signatures (e.g. PSS) can print out more meaningful information.
      
      Sample DSA version included that prints out the signature parameters r, s.
      
      [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
       new fields in the middle has no compatibility issues]
      fa1ba589
  22. 12 11月, 2008 1 次提交
  23. 06 11月, 2008 1 次提交
  24. 02 11月, 2008 1 次提交
  25. 17 3月, 2008 1 次提交
  26. 03 4月, 2007 1 次提交
  27. 18 7月, 2006 1 次提交
  28. 17 4月, 2006 1 次提交
  29. 14 4月, 2006 1 次提交
  30. 13 4月, 2006 3 次提交
  31. 05 4月, 2006 1 次提交
  32. 28 3月, 2006 1 次提交