> Hello!
>
> Where can I find sample codes using OpenSSL. I have already installed
> OpenSSL in my FreeBSD box. I have read the documentation, but can't find
> some sample codes implementing a fully running server implementing ssl, and
> a fully running client implementing ssl.
I was quite disap
On 18 Nov, Mark John Buenconsejo wrote:
> Where can I find sample codes using OpenSSL.
1. Have a look at the OpenSSL source: apps/s_client.c and
apps/s_server.c may give you some hints.
2. I had the same problem and the result is echohttpd. It is a
primitive old stype forking HTTP/HTTPS server h