1. 29 Sep, 2015 2 commits
  2. 28 Sep, 2015 2 commits
  3. 25 Sep, 2015 2 commits
  4. 22 Sep, 2015 5 commits
  5. 21 Sep, 2015 3 commits
    • David Woodhouse's avatar
      RT3479: Add UTF8 support to BIO_read_filename() · 0ea050e7
      David Woodhouse authored
      
      
      If we use BIO_new_file(), on Windows it'll jump through hoops to work
      around their unusual charset/Unicode handling. it'll convert a UTF-8
      filename to UCS-16LE and attempt to use _wfopen().
      
      If you use BIO_read_filename(), it doesn't do this. Shouldn't it be
      consistent?
      
      It would certainly be nice if SSL_use_certificate_chain_file() worked.
      
      Also made BIO_C_SET_FILENAME work (rsalz)
      
      Signed-off-by: default avatarRich Salz <rsalz@akamai.com>
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      (cherry picked from commit ff03599a)
      0ea050e7
    • Gunnar Kudrjavets's avatar
      RT3823: Improve the robustness of event logging · d601b9b5
      Gunnar Kudrjavets authored
      
      
      There are a couple of minor fixes here:
      
      1) Handle the case when RegisterEventSource() fails (which it may for
      various reasons) and do the work of logging the event only if it succeeds.
      
      2) Handle the case when ReportEvent() fails and do our best in debug builds
      to at least attempt somehow indicate that something has gone wrong. The
      typical situation would be someone running tools like DbMon, DBWin32,
      DebugView or just having the debugger attached. The intent is to make sure
      that at least some data will be captured so that we can save hours and days
      of debugging time.
      
      3) Minor fix to change the MessageBox() flag to MB_ICONERROR. Though the
      value of MB_ICONERROR is the same value as MB_ICONSTOP, the intent is
      better conveyed by using MB_ICONERROR.
      
      Testing performed:
      
      1) Clean compilation for debug-VC-WIN32 and VC-WIN32.
      
      2) Good test results (nmake -f ms\ntdll.mak test) for debug-VC-WIN32 and
      VC-WIN32.
      
      3) Stepped through relevant changes using WinDBG and exercised the impacted
      code paths.
      
      Signed-off-by: default avatarRich Salz <rsalz@akamai.com>
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (cherry picked from commit 4cd94416)
      d601b9b5
    • Matt Caswell's avatar
      Fix SRP memory leaks · b21b330b
      Matt Caswell authored
      
      
      There were some memory leaks in the creation of an SRP verifier (both on
      successful completion and also on some error paths).
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      (cherry picked from commit bf95cde2)
      b21b330b
  6. 20 Sep, 2015 2 commits
  7. 19 Sep, 2015 1 commit
  8. 18 Sep, 2015 1 commit
  9. 17 Sep, 2015 3 commits
  10. 16 Sep, 2015 2 commits
  11. 15 Sep, 2015 2 commits
  12. 14 Sep, 2015 1 commit
  13. 12 Sep, 2015 2 commits
  14. 11 Sep, 2015 2 commits
  15. 10 Sep, 2015 1 commit
  16. 08 Sep, 2015 1 commit
  17. 04 Sep, 2015 1 commit
  18. 03 Sep, 2015 1 commit
  19. 02 Sep, 2015 3 commits
  20. 01 Sep, 2015 3 commits