1. 04 May, 2006 1 commit
    • Daniel Stenberg's avatar
      Mark Eichin submitted bug report #1480821 · 758f6eed
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a
      problem with how libcurl dealt with GnuTLS and a case where gnutls returned
      GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected
      return code, making Curl_ssl_send() confuse the upper layer - causing random
      28 bytes trash data to get inserted in the transfered stream.
      
      The proper fix was to make the Curl_gtls_send() function return the proper
      return codes that the callers would expect. The Curl_ossl_send() function
      already did this.
      758f6eed
  2. 03 May, 2006 2 commits
  3. 02 May, 2006 2 commits
  4. 26 Apr, 2006 9 commits
  5. 25 Apr, 2006 3 commits
  6. 24 Apr, 2006 4 commits
  7. 21 Apr, 2006 3 commits
  8. 20 Apr, 2006 1 commit
  9. 19 Apr, 2006 3 commits
  10. 18 Apr, 2006 7 commits
  11. 17 Apr, 2006 2 commits
  12. 12 Apr, 2006 3 commits