1. 17 8月, 2016 2 次提交
  2. 02 8月, 2016 1 次提交
  3. 20 6月, 2016 1 次提交
  4. 04 6月, 2016 1 次提交
  5. 31 5月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 03 4月, 2016 1 次提交
  8. 21 3月, 2016 1 次提交
  9. 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
  10. 23 2月, 2016 1 次提交
  11. 20 2月, 2016 2 次提交
  12. 18 2月, 2016 1 次提交
  13. 20 1月, 2016 1 次提交
  14. 15 12月, 2015 1 次提交
  15. 10 11月, 2015 1 次提交
  16. 30 7月, 2015 1 次提交
  17. 24 6月, 2015 1 次提交
  18. 14 5月, 2015 1 次提交
  19. 11 5月, 2015 1 次提交
  20. 01 5月, 2015 2 次提交
  21. 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
  22. 29 4月, 2015 1 次提交
  23. 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
  24. 25 3月, 2015 1 次提交
  25. 24 3月, 2015 2 次提交
  26. 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
  27. 09 3月, 2015 1 次提交
  28. 22 1月, 2015 2 次提交
  29. 31 12月, 2014 1 次提交
  30. 09 9月, 2014 1 次提交
  31. 22 8月, 2014 1 次提交
  32. 28 3月, 2014 1 次提交
  33. 18 7月, 2013 1 次提交
  34. 14 6月, 2013 1 次提交
  35. 04 10月, 2010 1 次提交