Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32358

Update SSL_write error handling to better support server-initiated renegotiation.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 5.2.0
    • 5.1.0
    • Network: SSL
    • None
    • b1a9610707de374364b857ec9ac11ec6346e0454

      SSL_write can error with codes SSL_ERROR_WANT_WRITE or SSL_ERROR_WANT_READ, which should continue to write or exit the write loop, respectively.

      Currently, all error codes generated by SSL_write are fatal.

      Attaching a patch against the dev branch which addresses the issue.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shkearns Shane Kearns
            scottdeboy Scott Deboy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes