Krishna M Singh schrieb:
> Hi
> 
> I haven't ever used BIO.. One more thing, after calling SSL_read we
> need to call SSL_pending also to make nothing is buffered.. In case
> SSL_pending returns non-zero than we can iteractively call the
> SSL_read again until it returns SSL_WANT_read or Write..
> 
> Whatvever it returns, based on that we need to place the socket in the
> read/write and error list of the Select call...
> 
> I would suggest used some already written non-blocking client code
> available on the net..
> 
> HTH
> -Krishna
I have nothing found what work, because I must use the network structure
of Qt. And this with the BIO will also fails:( I don't know why all fails:(

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to