1. 09 3月, 2016 1 次提交
    • D
      Make DSA_SIG opaque. · 706a13f1
      Dr. Stephen Henson 提交于
      This adds a new accessor function DSA_SIG_get0.
      The customisation of DSA_SIG structure initialisation has been removed this
      means that the 'r' and 's' components are automatically allocated when
      DSA_SIG_new() is called. Update documentation.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      706a13f1
  2. 23 2月, 2016 1 次提交
  3. 20 2月, 2016 2 次提交
  4. 18 2月, 2016 1 次提交
  5. 20 1月, 2016 1 次提交
  6. 15 12月, 2015 1 次提交
  7. 10 11月, 2015 1 次提交
  8. 30 7月, 2015 1 次提交
  9. 24 6月, 2015 1 次提交
  10. 14 5月, 2015 1 次提交
  11. 11 5月, 2015 1 次提交
  12. 01 5月, 2015 2 次提交
  13. 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
  14. 29 4月, 2015 1 次提交
  15. 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
  16. 25 3月, 2015 1 次提交
  17. 24 3月, 2015 2 次提交
  18. 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
  19. 09 3月, 2015 1 次提交
  20. 22 1月, 2015 2 次提交
  21. 31 12月, 2014 1 次提交
  22. 09 9月, 2014 1 次提交
  23. 22 8月, 2014 1 次提交
  24. 28 3月, 2014 1 次提交
  25. 18 7月, 2013 1 次提交
  26. 14 6月, 2013 1 次提交
  27. 04 10月, 2010 1 次提交
  28. 20 4月, 2010 1 次提交
    • D
      PR: 2241 · 9a8a7d58
      Dr. Stephen Henson 提交于
      Submitted By: Artemy Lebedev <vagran.ast@gmail.com>
      
      Typo.
      9a8a7d58
  29. 09 3月, 2010 1 次提交
  30. 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
  31. 23 1月, 2010 1 次提交
  32. 12 11月, 2008 1 次提交
  33. 06 11月, 2008 1 次提交
  34. 02 11月, 2008 1 次提交
  35. 17 3月, 2008 1 次提交
  36. 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