Re: NAT + mod_ssl

2001-02-22 Thread Gil Peeters
== > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager

MITM Paper....

2001-02-05 Thread Gil Peeters
make to some "security" people where I am currently contracting. G. -- ======== Gil Peeters BVBA CANCAS I.T. Willemsstraat 2 3000 Leuven Belgium ===

Re: SSL_shutdown() ?

2001-02-04 Thread Gil Peeters
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

SSL_shutdown() ?

2001-02-04 Thread Gil Peeters
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

Problem with Session Caching (Client Side)

2001-01-31 Thread Gil Peeters
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.