1. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 7 · 23a1d5e9
      Rich Salz 提交于
      This gets BN_.*free:
          BN_BLINDING_free BN_CTX_free BN_FLG_FREE BN_GENCB_free
          BN_MONT_CTX_free BN_RECP_CTX_free BN_clear_free BN_free BUF_MEM_free
      
      Also fix a call to DSA_SIG_free to ccgost engine and remove some #ifdef'd
      dead code in engines/e_ubsec.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      23a1d5e9
  2. 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
  3. 29 4月, 2015 1 次提交
  4. 27 3月, 2015 1 次提交
    • D
      Simplify DSA public key handling. · ea6b07b5
      Dr. Stephen Henson 提交于
      DSA public keys could exist in two forms: a single Integer type or a
      SEQUENCE containing the parameters and public key with a field called
      "write_params" deciding which form to use. These forms are non standard
      and were only used by functions containing "DSAPublicKey" in the name.
      
      Simplify code to only use the parameter form and encode the public key
      component directly in the DSA public key method.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      ea6b07b5
  5. 25 3月, 2015 1 次提交
  6. 24 3月, 2015 2 次提交
  7. 12 3月, 2015 1 次提交
    • M
      Fix dsa_pub_encode · 0c7ca403
      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>
      0c7ca403
  8. 09 3月, 2015 1 次提交
  9. 22 1月, 2015 2 次提交
  10. 31 12月, 2014 1 次提交
  11. 09 9月, 2014 1 次提交
  12. 22 8月, 2014 1 次提交
  13. 28 3月, 2014 1 次提交
  14. 18 7月, 2013 1 次提交
  15. 14 6月, 2013 1 次提交
  16. 04 10月, 2010 1 次提交
  17. 20 4月, 2010 1 次提交
    • D
      PR: 2241 · 9a8a7d58
      Dr. Stephen Henson 提交于
      Submitted By: Artemy Lebedev <vagran.ast@gmail.com>
      
      Typo.
      9a8a7d58
  18. 09 3月, 2010 1 次提交
  19. 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
  20. 23 1月, 2010 1 次提交
  21. 12 11月, 2008 1 次提交
  22. 06 11月, 2008 1 次提交
  23. 02 11月, 2008 1 次提交
  24. 17 3月, 2008 1 次提交
  25. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  26. 03 4月, 2007 1 次提交
  27. 03 2月, 2007 1 次提交
  28. 16 11月, 2006 1 次提交
  29. 29 8月, 2006 1 次提交
  30. 18 7月, 2006 1 次提交
  31. 03 7月, 2006 1 次提交
  32. 15 5月, 2006 1 次提交
  33. 08 5月, 2006 1 次提交
  34. 18 4月, 2006 1 次提交
  35. 17 4月, 2006 1 次提交
  36. 13 4月, 2006 2 次提交
  37. 01 4月, 2006 1 次提交