Re: SSL_shutdown question

2013-08-08 Thread Darryl Miles
YUN GAO wrote: Hi there: SSL_shutdown used to have a problem that in some instances it always returns 0 no matter how many time it is called before 0.9.8l. To solve the issue, I have to call SSL_shutdown() twice and check the error number and return code at the second time: if the return code is

SSL_shutdown question.

2007-02-15 Thread Dinh, Thao V CIV NSWCDD, K72
Hi I need your help on SSL_shutdown(). . The Client send "close notify" to server first to initiates the close connection. This first call return 0 , which it is correctly. Then The Client call SSL_shutdown again to wait for "close notify" form Server. The second SSL_shutdown call RETURN 0 , INST