Skip to content
  1. May 04, 2006
    • 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. May 03, 2006
  3. May 02, 2006
  4. Apr 26, 2006
  5. Apr 25, 2006
  6. Apr 24, 2006
  7. Apr 21, 2006
  8. Apr 20, 2006
  9. Apr 19, 2006
  10. Apr 18, 2006
  11. Apr 17, 2006
  12. Apr 12, 2006