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://
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