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

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes