1. 11 9月, 2018 1 次提交
  2. 24 8月, 2018 1 次提交
  3. 26 7月, 2018 1 次提交
  4. 18 7月, 2018 1 次提交
  5. 18 10月, 2017 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 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
  8. 14 5月, 2015 1 次提交
  9. 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
  10. 09 2月, 2015 1 次提交
  11. 22 1月, 2015 1 次提交
  12. 08 12月, 2014 1 次提交
  13. 04 2月, 2011 1 次提交
  14. 23 2月, 2004 1 次提交
  15. 05 11月, 2003 1 次提交
  16. 09 4月, 2001 1 次提交
  17. 27 11月, 2000 2 次提交
  18. 28 1月, 2000 1 次提交
  19. 06 3月, 1999 1 次提交
  20. 27 2月, 1999 1 次提交
  21. 23 12月, 1998 1 次提交
  22. 22 12月, 1998 2 次提交
  23. 21 12月, 1998 2 次提交