Okay, so I need a bit of help. I have read through a bunch of documentation/examples, but I haven't really found a clear answer. How can I use blocking IO with SSL_read/SSL_write to form a concept of an arbitrary length message (preferably without a set terminator of some sort)? For instance, can anyone point me to an example where the client writes an arbitrary length string to a server, and the server echos it back to the client say 1000 times?
Or is this not possible? do I have to terminate my messages somehow (so I can parse for that terminator), or even set a specific message size or something? Thanks in advance! Nate Yocom ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
