Hi All, I am very new to SSL.My knowledge says ,for each session the openssl by default sets the sizes of init_buf(for holding handshake data),rbuf(for reading data ),wbuf(for writing data) to 16k each. Is there any way I can dynamically adjust the sizes of the buffers, as and when my server receives the data . My concern is that if 48k(3*16k) is used by a given connection in the session, what happens if suppose 1000 simultanious connections are handled by the server. If I am not wrong, it takes (1000*48)k memory ?? So Can I avoid preallocating 16k for each buffer, since it is believed that it is very rare for a client to send the maximum aloowable 16k data to server. If anybody has any idea, please help me. I am not sure how correct is this my understanding. Thanks in advance, Rahul. __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]