---------- Original Message ----------
To:  (openssl-users@openssl.org)
From: Saju ([EMAIL PROTECTED])
Subject: RE: SSL_shutdown
Date: 10/2/2008 3:52:05p

> Connection shutdown is just:
>       Library->BIO_ssl_shutdown(Bio);
>       Library->BIO_set_close(Bio,BIO_CLOSE);
>       Library->BIO_free_all(Bio);
>       //if (Library->SSL_shutdown(Ssl) == 0)
>       //      Library->SSL_shutdown(Ssl);
>       // Library->SSL_free(Ssl); // Do I need this or not? (doesn't help
> the TCP socket issue)
> 
> Would be my best guess.

Thats working for me. Thank you so much.

Regards
--
Matthew Allen - Memecode Software
(http://www.memecode.com)

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to