Results 1 to 9 of 9

Thread: Qt + SSL

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Posts
    91
    Thanks
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Qt + SSL

    Is there a way to make ssl connections with qt's socket. I remember there was something like QSsl for commercial package for Qt 3. Is there anything of the likes in Qt 4.2.2 or perhaps Qt 4.2.3 ?
    Humans make mistake because there is really NO patch for HUMAN STUPIDITY

  2. #2
    Join Date
    Aug 2006
    Posts
    221
    Thanks
    3
    Thanked 29 Times in 19 Posts

    Default Re: Qt + SSL

    Quote Originally Posted by ct View Post
    Is there a way to make ssl connections with qt's socket. I remember there was something like QSsl for commercial package for Qt 3. Is there anything of the likes in Qt 4.2.2 or perhaps Qt 4.2.3 ?
    The easiest way go get an idea what the answer of such a question would be, is to start the Qt Assistant and enter 'ssl' in the search. The results: SSL is only mentioned in: void QSqlDatabase::setConnectOptions ( const QString & options = QString() )

    So probably no direct ssl support in Qt.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

  4. #4
    Join Date
    Aug 2006
    Posts
    221
    Thanks
    3
    Thanked 29 Times in 19 Posts

    Default Re: Qt + SSL

    This surely is nice, but unfortunately not for everybody.

  5. #5
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Qt + SSL

    The upcoming Qt 4.3 introduces QSslSocket.
    J-P Nurmi

  6. #6
    Join Date
    Feb 2006
    Posts
    91
    Thanks
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt + SSL

    Quote Originally Posted by jpn View Post
    The upcoming Qt 4.3 introduces QSslSocket.
    Thanks that could be very much helpful. Is there any place where we could perhaps download the beta version of 4.3 so that we could use this feature and probably upgrade our application to 4.3 when it actually gets released ( hope it would be soon )...
    Humans make mistake because there is really NO patch for HUMAN STUPIDITY

  7. #7
    Join Date
    Aug 2006
    Posts
    221
    Thanks
    3
    Thanked 29 Times in 19 Posts

  8. #8
    Join Date
    Aug 2006
    Posts
    83

    Default Re: Qt + SSL

    Qt 4.2.3 was already released and u can download whatever version u like.

  9. #9
    Join Date
    Feb 2006
    Posts
    91
    Thanks
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt + SSL

    Quote Originally Posted by moowy View Post
    Qt 4.2.3 was already released and u can download whatever version u like.
    Yes Qt 4.2.3 is already released but the Ssl Support isn't up until Qt 4.3.
    Humans make mistake because there is really NO patch for HUMAN STUPIDITY

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.