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

QSslSocket::sslLibraryVersionNumber() does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 5.3.0
    • 5.3.0 Beta1
    • Network: SSL
    • None

      This:

      #include <QtCore>
      #include <QtNetwork>
      
      int main(int argc, char **argv) {
      
          QCoreApplication app(argc, argv);
          qDebug() << QSslSocket::sslLibraryVersionString() << "(" << QSslSocket::sslLibraryVersionNumber() << ")";
          return 0;
      }
      

      gives me (Ubuntu 12.04.4):

      QSslSocket: cannot call unresolved function SSLeay
      "OpenSSL 1.0.1 14 Mar 2012" ( 0 )
      

        For Gerrit Dashboard: QTBUG-37783
        # Subject Branch Project Status CR V

            richmoore Richard Moore (qtnetwork)
            peter-har Peter Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes