1. 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
  2. 04 Jan, 2011 1 commit
  3. 03 Jan, 2011 5 commits
  4. 13 Dec, 2010 1 commit
  5. 11 Dec, 2010 1 commit
  6. 02 Dec, 2010 6 commits
  7. 01 Dec, 2010 3 commits
  8. 29 Nov, 2010 1 commit
  9. 27 Nov, 2010 1 commit
  10. 26 Nov, 2010 1 commit
  11. 22 Nov, 2010 1 commit
  12. 16 Nov, 2010 4 commits
  13. 02 Nov, 2010 1 commit
  14. 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
  15. 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
  16. 06 Oct, 2010 1 commit
  17. 04 Oct, 2010 2 commits
  18. 03 Oct, 2010 1 commit
  19. 20 Sep, 2010 1 commit
  20. 19 Sep, 2010 2 commits
  21. 30 Aug, 2010 1 commit
  22. 26 Aug, 2010 2 commits
  23. 09 Jul, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2297 · 78dcaa06
      Dr. Stephen Henson authored
      Submitted by: Antony, Benoy <bantony@ebay.com>
      Approved by: steve@openssl.org
      
      Fix bug in AES wrap code when t > 0xff.
      78dcaa06