1. 08 Feb, 2011 1 commit
  2. 03 Feb, 2011 3 commits
  3. 24 Jan, 2011 3 commits
  4. 20 Jan, 2011 1 commit
    • Richard Levitte's avatar
      PR: 2434 · 54db7969
      Richard Levitte authored
      Under Windows, there seems to be a problem relinking fips_premain_dso
      because that file is locked.  Changing from backtick op to using
      system() with redirection and reading the hash from the output file
      seems to fix the problem.
      
      In an ideal world, there should be no difference, as a command in a
      backtick op should terminate before the backtick returns, same as it
      does with system().  We suspect, though, that the loaded binary is
      cached by Windows for a little while, and that reading the output from
      a file provides enough delay for the lock to drop before we try to
      relink.
      54db7969
  5. 04 Jan, 2011 1 commit
  6. 03 Jan, 2011 5 commits
  7. 13 Dec, 2010 1 commit
  8. 11 Dec, 2010 1 commit
  9. 02 Dec, 2010 6 commits
  10. 01 Dec, 2010 3 commits
  11. 29 Nov, 2010 1 commit
  12. 27 Nov, 2010 1 commit
  13. 26 Nov, 2010 1 commit
  14. 22 Nov, 2010 1 commit
  15. 16 Nov, 2010 4 commits
  16. 02 Nov, 2010 1 commit
  17. 11 Oct, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2295 · 05bbbe92
      Dr. Stephen Henson authored
      Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com>
      Reviewed by: steve
      
      OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code
      elimination.
      05bbbe92
  18. 10 Oct, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2314 · a0731292
      Dr. Stephen Henson authored
      Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net>
      Reviewed by: steve
      
      Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
      a0731292
  19. 06 Oct, 2010 1 commit
  20. 04 Oct, 2010 2 commits
  21. 03 Oct, 2010 1 commit