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

Make QSslSocket emit a signal if the server requests that the client identify itself with a certificate

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • 4.6.0, 4.6.1, 4.6.2
    • Network: SSL
    • None

    Description

      QSslSocket supports setting the PeerVerifyMode on a server to request that the client identify itself with a certificate. However, if the client didn't supply a certificate originally, the connection will fail.

      OpenSSL provides a callback for when the server requests this during negotiation. QSslSocket can then emit a signal, requesting that the user provide such a certificate.

      See: http://www.openssl.org/docs/ssl/SSL_CTX_set_client_cert_cb.html

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes