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
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
- 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
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
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