1. 17 Nov, 2008 8 commits
  2. 16 Nov, 2008 3 commits
  3. 15 Nov, 2008 3 commits
  4. 14 Nov, 2008 10 commits
  5. 13 Nov, 2008 9 commits
  6. 12 Nov, 2008 2 commits
  7. 11 Nov, 2008 5 commits
    • Daniel Stenberg's avatar
      - Rainer Canavan filed bug #2255627 · 4cbc0f6c
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a
        program using libcurl's multi interface to download a HTTPS page with a
        libcurl built powered by OpenSSL, would easily get silly and instead hand
        over SSL details as data instead of the actual HTTP headers and body. This
        happened because libcurl would consider the connection handshake done too
        early. This problem was introduced at September 22nd 2008 with my fix of the
        bug #2107377
      
        The correct fix is now instead done within the GnuTLS-handling code, as both
        the OpenSSL and the NSS code already deal with this situation in similar
        fashion. I added test case 560 in an attempt to verify this fix, but
        unfortunately it didn't trigger it even before this fix!
      4cbc0f6c
    • Daniel Stenberg's avatar
      bump them all to 7.19.3 and remove some of the pending ones until they are · 1b9eff64
      Daniel Stenberg authored
      either sorted out or more/new details come up
      1b9eff64
    • Daniel Stenberg's avatar
      Added test case 560: · d07d1a6e
      Daniel Stenberg authored
      This test was added after the HTTPS-using-multi-interface with OpenSSL
      regression of 7.19.1 to hopefully prevent this embarassing mistake from
      appearing again... Unfortunately the bug wasn't triggered by this test, which
      presumably is because the connect to a local server is too fast/different
      compared to the real/distant servers we saw the bug happen with.
      d07d1a6e
    • Daniel Stenberg's avatar
      Added missing <keywords> · 8bdd60fa
      Daniel Stenberg authored
      8bdd60fa
    • Gunter Knauf's avatar
      updated OpenSSL version. · b872086c
      Gunter Knauf authored
      b872086c