Hello,
> > >> So I found out that SSL don't take teh data from the socket:(
> > >> The Qt buffer will grow and grow, but SSL don't read the data:(
> > > 
> > > It seems to me that you have an architecture problem. As i understand
> > > your descriptions you have OpenSSL and Qt accessing a socket in
> > > *parallel*, so whichever comes first, gets the data. What you really
> > > want is probably that one is layered onto the other (probably Qt on
> > > OpenSSL). For this you must get Qt to calling OpenSSL instead of the
> > > sockets directly. I do know almost nothing about Qt, so i can't say,
> > > whether this is possible without modifying Qt. On the other hand Google
> > > says that there is already something named QTsslSocket, which may
> > > fulfill your needs.
> > > Ciao,
> > > Richard
> > Yes I know. But for this the source code is not available via GPL:( So I
> > can't take an look in it.
> Maybe looking at:
>       http://lists.trolltech.com/qt-interest/2002-01/thread00742-0.html
> 
> will give more useful information.
Or even:
        http://rocher.daniel.free.fr/ssl_qt.html

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to