On 28 Nov, Alan wrote:

> Are there any good sources of documentation on openssl?  The man page gives
> some information, and I've found some examples in the list archives, but not
> quite what I'm looking for.
Wy do you need man pages when you can read source code? ;-)

> Anyway, what
> I'll be doing is a simple request/reply forking server setup, pretty much your
> standard "this is an example server" program out of any C programming book, the
> only difference being of course the communctions will be ssl.  
Have a look at the demo/ssl directory and at s_server.c / s_client.c
in the apps directory in the openssl distribution. Various applications
from http://www.openssl.org/related/apps.html my give you real live
examples.
ftp://forelle32.wohnheim.uni-kl.de/pub/apps/echohttpd-1.0.tar.gz
will give you some help in doing this also. It is pretty much what you
want: A simple, forking TCP server for *ix systems. It is no real live
application. It is a demo / testbed only.
-- 



tschüß,
         Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to