1. 10 12月, 2015 3 次提交
  2. 10 11月, 2015 1 次提交
  3. 15 9月, 2015 1 次提交
  4. 11 9月, 2015 1 次提交
  5. 24 6月, 2015 1 次提交
  6. 11 5月, 2015 1 次提交
  7. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  8. 01 5月, 2015 2 次提交
  9. 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
  10. 31 3月, 2015 1 次提交
  11. 26 3月, 2015 1 次提交
  12. 24 3月, 2015 1 次提交
  13. 23 3月, 2015 1 次提交
  14. 19 3月, 2015 1 次提交
  15. 26 2月, 2015 2 次提交
  16. 22 1月, 2015 1 次提交
  17. 28 8月, 2014 3 次提交
  18. 04 5月, 2014 1 次提交
  19. 27 3月, 2013 1 次提交
  20. 13 2月, 2011 1 次提交
  21. 12 11月, 2008 1 次提交
  22. 02 11月, 2008 1 次提交
  23. 19 12月, 2006 1 次提交
  24. 28 9月, 2006 1 次提交
  25. 30 1月, 2006 1 次提交
  26. 10 5月, 2005 1 次提交
  27. 09 5月, 2005 1 次提交
  28. 27 4月, 2005 1 次提交
  29. 05 5月, 2004 1 次提交
  30. 11 11月, 2003 1 次提交
  31. 22 2月, 2003 1 次提交
  32. 21 2月, 2003 1 次提交
    • B
      ECPublicKey_set_octet_string and ECPublicKey_get_octet_string · 62e3163b
      Bodo Möller 提交于
      behaviour was not quite consistent with the conventions
      for d2i and i2d functions as far as handling of the 'out'
      or 'in' pointer is concerned.
      
      This patch changes this behaviour, and renames the functions to
      o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
      external encoding is just a raw object string without any DER icing).
      
      Submitted by: Nils Larsch
      62e3163b
  33. 25 1月, 2003 1 次提交
  34. 27 8月, 2002 1 次提交