RE: Closing SSL connections

2001-04-19 Thread Shaw, George
To: [EMAIL PROTECTED] Subject: Re: Closing SSL connections George, Do you really need to allow SSLv2? I'm curious, as I would think that by now there are almost no systems left which CANNOT use SSLv3. _ Greg Stark Ethentica, Inc. [EMAIL PROT

Re: Closing SSL connections

2001-04-19 Thread Greg Stark
ssage - From: "Shaw, George" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 6:12 AM Subject: RE: Closing SSL connections > Thanks again Greg, > > I did a little more testing. As you indicated in your earlier mail, if I > r

Re: Closing SSL connections

2001-04-18 Thread Greg Stark
- Original Message - From: "Shaw, George" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 1:25 PM Subject: RE: Closing SSL connections > Thanks Greg, > > Does this mean that SSL v2 would return a different return code from &g

RE: Closing SSL connections

2001-04-18 Thread Shaw, George
done by others before now. G. -Original Message- From: Greg Stark [mailto:[EMAIL PROTECTED]] Sent: 18 April 2001 18:14 To: [EMAIL PROTECTED] Subject: Re: Closing SSL connections It is safe to treat this as a non-error if you are using SSL version 3 or higher, but not if you connected wit

Re: Closing SSL connections

2001-04-18 Thread Greg Stark
It is safe to treat this as a non-error if you are using SSL version 3 or higher, but not if you connected with SSL version 2. So do not use SSL v2. Sending an SSL_shutdown() is the safe way to close the connection, but it may have performace implications because of the rules OpenSSL uses for man