==
>
> __
> OpenSSL Project http://www.openssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager
make to some "security" people where
I am currently contracting.
G.
--
========
Gil Peeters
BVBA CANCAS I.T.
Willemsstraat 2
3000 Leuven
Belgium
===
Lutz Jaenicke wrote:
> On Sun, Feb 04, 2001 at 06:12:39PM +0100, Gil Peeters wrote:
> > After calling SSL_shutdown() is it still nesc to close the underlying
> > socket associated with the SSL Connection?
>
> SSL_shutdown() will only send the close-alert to the peer and sw
After calling SSL_shutdown() is it still nesc to close the underlying
socket associated with the SSL Connection?
Is it also nesc to free() the SSL stuct return from SSL_new() or is that
done somewher in the shutdown?
Thnaks in advance
G.
--
-
Gil
e
- close the connection with SSL_shutdown()
I hope that this is correct.
As the Doco and help is really bad and scarce (Not blaming anyone, just a
fact) I can not make hide nor hare of what I am supposed to do and NOT
supposed to do.
Maybe someone here can point me to a good reference somewhere.