Hello, I am a new user of openssl and would appreciate any help. Basically, I want to write a client that uses persist connection created by SSL_new() for repeat SSL_write() and SSL_read() calls. However, after the first successful write/read, the subsequent SSL_read() with no data. After looking into the SSL_read() code, I found out SSL_RECEIVED_SHUTDOWN was set in the connection handle (s->shutdown), although I did not explicitly set in the program. I did not call any of the shutdown functions. I think it was set internally upon finishing the first read. Is anything need to be set during the connection? My client is to connect to the HTTPS server (Netscape SSL). Actually, the program is very similar to the s_time.c in openSSL except not making connection everytime. Any help is greately appreciated. Miha ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
