1. 13 6月, 2016 1 次提交
  2. 18 5月, 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. 21 11月, 2015 1 次提交
  5. 23 7月, 2015 1 次提交
  6. 14 5月, 2015 1 次提交
  7. 09 2月, 2015 2 次提交
  8. 22 1月, 2015 2 次提交
  9. 31 12月, 2014 1 次提交
  10. 08 12月, 2014 1 次提交
  11. 26 9月, 2014 1 次提交
  12. 19 8月, 2014 1 次提交
  13. 30 6月, 2014 1 次提交
  14. 04 2月, 2011 1 次提交
  15. 12 11月, 2008 1 次提交
  16. 01 11月, 2008 1 次提交
  17. 06 12月, 2003 1 次提交
  18. 05 11月, 2003 1 次提交
  19. 08 12月, 2000 1 次提交
    • B
      Fix some things that look like bugs. · 8dea52fa
      Bodo Möller 提交于
      One problem that looked like a problem in bn_recp.c at first turned
      out to be a BN_mul bug.  An example is given in bn_recp.c; finding
      the bug responsible for this is left as an exercise.
      8dea52fa
  20. 24 1月, 2000 1 次提交
  21. 05 6月, 1999 1 次提交
  22. 20 4月, 1999 1 次提交
  23. 28 1月, 1999 1 次提交
  24. 23 12月, 1998 1 次提交
  25. 21 12月, 1998 3 次提交