RE: SSL program examples

2001-02-22 Thread Arjan J. Molenaar
> > Could anyone point me to some basic SSL coding > examples? I am just looking for trivial server / > client coding. I want to use SSL in a project we are > developing in school. I'm using demos/ssl/* in the OpenSSL source package as a starting point... Regards, Arjan > thanks > > jon > >

RE: SSL program examples

2001-02-22 Thread Shaughnessy, Ian
There is actually a book, SSL and TLS by Eric Rescorla, that has some good examples in both C and java (using PureTLS). The source from the book is also available online, at www.rtfm.com/sslbook. Goodluck ;-) -Ian -Original Message- From: jackson e. To: [EMAIL PROTECTED] Sent: 2/22/

Re: SSL program examples

2001-02-22 Thread jkunz
On 22 Feb, jackson e. wrote: > Could anyone point me to some basic SSL coding examples? ftp://forelle32.wohnheim.uni-kl.de/pub/apps/echohttpd-1.0.tar.gz apps/s_client.c apps/s_server.c demos/ in the openssl distro. The applications listet on http://www.openssl.org/related/apps.html. -- tschü