1. 18 2月, 2016 1 次提交
  2. 30 1月, 2016 1 次提交
  3. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  4. 20 1月, 2016 1 次提交
  5. 13 1月, 2016 1 次提交
  6. 31 10月, 2015 1 次提交
  7. 24 10月, 2015 1 次提交
  8. 11 5月, 2015 1 次提交
  9. 06 5月, 2015 1 次提交
  10. 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
  11. 01 5月, 2015 3 次提交
    • R
      free NULL cleanup 11 · efa7dd64
      Rich Salz 提交于
      Don't check for NULL before calling free functions. This gets:
              ERR_STATE_free
              ENGINE_free
              DSO_free
              CMAC_CTX_free
              COMP_CTX_free
              CONF_free
              NCONF_free NCONF_free_data _CONF_free_data
              A sk_free use within OBJ_sigid_free
              TS_TST_INFO_free (rest of TS_ API was okay)
              Doc update for UI_free (all uses were fine)
              X509V3_conf_free
              X509V3_section_free
              X509V3_string_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      efa7dd64
    • R
      free null cleanup finale · b548a1f1
      Rich Salz 提交于
      Don't check for NULL before calling OPENSSL_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b548a1f1
    • 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
  12. 03 2月, 2015 1 次提交
  13. 24 1月, 2015 1 次提交
    • R
      ifdef cleanup, part 4a: '#ifdef undef' · a2b18e65
      Rich Salz 提交于
      This removes all code surrounded by '#ifdef undef'
      One case is left: memmove() replaced by open-coded for loop,
      in crypto/stack/stack.c  That needs further review.
      
      Also removed a couple of instances of /* dead code */ if I saw them
      while doing the main removal.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      a2b18e65
  14. 22 1月, 2015 6 次提交
  15. 29 11月, 2014 1 次提交
  16. 09 9月, 2014 1 次提交
  17. 18 8月, 2014 1 次提交
  18. 06 9月, 2013 1 次提交
  19. 16 5月, 2009 1 次提交
  20. 18 4月, 2008 1 次提交
  21. 16 2月, 2006 1 次提交
  22. 30 4月, 2005 1 次提交
  23. 11 4月, 2005 1 次提交
  24. 12 8月, 2004 1 次提交
  25. 12 6月, 2003 1 次提交
  26. 13 11月, 2002 2 次提交
  27. 25 10月, 2002 1 次提交
  28. 10 10月, 2002 1 次提交
  29. 14 8月, 2002 1 次提交
  30. 13 8月, 2002 1 次提交
  31. 02 8月, 2002 1 次提交
  32. 16 11月, 2001 1 次提交