1. Called SSL_write with data 'abc'
2 this returned SSL_ERROR_WANT_READ
3. Wait on a 'select' until data arrives.
4. Called SSL_read with this socket.
5. If SSL_read returns 'SSL_ERROR_NONE' or 'SSL_ERROR_WANT_READ' , then call SSL_write with data 'abcdef' (i.e. 'abc' in step 1 plus some more data)

So could anyone please answer
1. Is above procedure wrong ? (If so then what is the correct procedure ?)
2. What are the bad results of above procedure if it is wrong ?


Thank you.



*******************************************************************************************************************************************************************

"The information contained in this email including in any attachment is confidential 
and is meant to be read only by the person to whom it is addressed. If you are not the 
intended recipient(s), you are prohibited from printing, forwarding, saving or copying 
this email. If you have received this e-mail in error, please immediately notify the 
sender and delete this e-mail and its attachments from your computer."

*******************************************************************************************************************************************************************
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to