Re: need help putting ssl into win32 web server

2000-03-28 Thread Dr Stephen Henson
Wade L. Scholine wrote: > > I am going to write a FAQ on this. > > To see source for a minimal SSL client and server, see the demos/ssl > directory. > Also for an even simpler example that hides some of the socket yuckiness round BIOs try demos/bio. Steve. -- Dr Stephen N. Henson. http://

RE: need help putting ssl into win32 web server

2000-03-28 Thread Wade L. Scholine
I am going to write a FAQ on this. To see source for a minimal SSL client and server, see the demos/ssl directory. To see source for a program that does lots more, including client cert authentication, look at the s_client and s_server programs in the apps directory. You will want to build th