Uploaded image for project: 'radsecproxy'
  1. radsecproxy
  2. RADSECPROXY-47

Don't try to SSL_write() to a closing TLS connection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • radsecproxy-1.7
    • None
    • code
    • None

    Description

      The function writing data to clients, tlsserverwr(), waits for the replyq->entries list to become non-empty by blocking on replyq->cond.

      The function reading data from clietnts, tlsserverrd(), sets client->ssl = NULL when it wants to stop the writer.

      tlsserverwr() should check client->ssl even in the case when the list is non-empty.

      Attachments

        Activity

          People

            linus Linus Nordberg
            linus Linus Nordberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: