Krishna M Singh schrieb:
> Hi
> 
> You need to call SSL_Connect (if client) or SSL_accept( if server) and
> not the SSL_read.. SSL_Connection or ssl_accept internally performs
> that..
> 
> If u do SSL_read before SSL handshake completion, the SSL connection
> can't be established..
> 
> HTH
> -Krishna
SSL_Connect is called before and this call result in an
SSL_ERROR_WANT_READ error.


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

Reply via email to