> ok. That sounds good. But, what I'm seeing is that the SSL client
> hangs when the message size is more than 16KB.

What do you mean by "the message size"? SSL doesn't have messages that are
visible outside of the SSL implementation itself.

> Do I need to break this large message up in smaller chunks or
> can I use SSL_write to send the whole message in one shot?

Call SSL_write as many times as you need to and send whatever you want. SSL
doesn't care whether you think of it as a single 32,000 byte "message" or
32,000 1-byte "messages". That's not OpenSSL's issue. It just provides a
stream of bytes.

> Thanks.
> Animesh

DS


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

Reply via email to