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