Hi,
(Sorry for short English.)
I am working with OpenSSL 0.9.7 on Linux. My purpose is to
make a simple TCP server which works in SSL tunnel. (by OpenSSL)
When the transfering data is completed, I did follow function
to close SSL session. (in my server code which is C)
x4.c:287 SSL_shutdown(ss
Hi,
As an addendum to my other thread on closing SSL connections safely in an
HTTP environment, most of my testing there was done between my own client
and server.
Now I start testing with IIS, and the IIS server looks like it closes the
SSL connection "illegally", as my c
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
Message -
From: "Shaw, George" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 12:38 PM
Subject: Closing SSL connections
> Hi,
>
> I'm working with an HTTP application, and according to the RFC when
sending
> the HTTP response
Hi,
I'm working with an HTTP application, and according to the RFC when sending
the HTTP response it is permissible to signal the end of the response by
closing the socket (rather than using the Content-Length header).
When implementing the HTTP client using SSL, SSL_read will return
SSL_ERROR_Z