Date: Wed, 28 Jun 2000 11:36:37 -0400
From: "Moyle, Ed (PCA)" <[EMAIL PROTECTED]>
Well, the problem is that I am compiling on WinNT using msvc (I know, I
know... they make me.) Since it's NT, I can't do any symbolic linking...
Plus, I work on a product that uses a directory s
Date: Tue, 27 Jun 2000 14:54:04 -0400
From: Bill Rebey <[EMAIL PROTECTED]>
Thanks, Lenny.
The product is a poor man's software VPN. A Server (the thing I'm writing)
accepts local, clear connections, consults a routing table that is part of
that Server's configuration, se
Date: Tue, 27 Jun 2000 13:47:25 -0400
From: Bill Rebey <[EMAIL PROTECTED]>
Richard,
Thanks for the reply.
If I understand you correctly, you are suggesting that I put wrappers around
SSL_write and SSL_read that make them exclusive operations. This
effectively makes
Date: Thu, 22 Jun 2000 12:40:42 -0400
From: Bill Rebey <[EMAIL PROTECTED]>
In fact, to test this theory, I changed all of these to just "Sleep(1)" (no
random sleep time) to remove the RTL randomizer from the equation
altogether, and the results from consecutive trials are ver
I'm using SSLeay 0.8.1 in an application I'm developing, in which
SSLeay is serving web pages to a browser.
At what appear to be irregular intervals (generally longer than 30 or
60 minutes, I believe), SSLeay decides that the current session to a
browser has expired. My application treats any ex