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

QSslCertificate::verify not implemented

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.0
    • Network: SSL
    • None
    • macOS

    Description

      The QSslCertificate::verify method does not seem to be implemented on MacOS (qtbase/src/network/ssl/qsslsocket_mac.cpp):

      QList<QSslError> (QSslSocketBackendPrivate::verify)(QList<QSslCertificate> certificateChain, const QString &hostName)
      {
       Q_UNIMPLEMENTED();
       Q_UNUSED(certificateChain)
       Q_UNUSED(hostName)
      QList<QSslError> errors;
       errors << QSslError(QSslError::UnspecifiedError);
      return errors;
      }
      

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            s_j_hansen Søren J. Hansen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes