On Wed, 2005-02-23 at 13:44 +0100, Patrick Ben Koetter wrote:
> * Dr. Stephen Henson <[EMAIL PROTECTED]>:
> > Yes that's basically it. While it is also possible to restrict CA purposes
> > not all software supports and it is non standard.
>
> Could you recommend a good book on openssl?
The O'Reil
Hi all,
I have an application in which a "master" process creates a socket,
connects to a server app, and forks off a few children sharing the open
file descriptor for that connection with its children. All of the
children use the shared descriptor to send messages, synchronized
through shared me
Hi,
I have an application that does its network I/O using OpenSSL to make
the code more portable, but which only optionally uses encryption. Now,
I want my read/write calls to be nonblocking, i.e., to always return
right away. I need to do this on Unix, which is what I'm familiar with,
and on Wind