RE: BIO/SSL concepts and multiple connections

2012-12-04 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of TJ > Sent: Sunday, 02 December, 2012 22:26 > Can someone please explain these concepts to me? I can't find much > that explains it in plain English in the docs... > > I have been tasked with altering application code that uses an > embedded web

Re: BIO/SSL concepts and multiple connections

2012-12-03 Thread TJ
Thanks, but that file is hardly commented at all and just makes it more confusing... On 4 December 2012 00:30, Daniel Black wrote: > On 03/12/12 14:25, TJ wrote: >> Can someone please explain these concepts to me? I can't find much >> that explains it in plain English in the docs... > > I'd sugge

Re: BIO/SSL concepts and multiple connections

2012-12-03 Thread Daniel Black
On 03/12/12 14:25, TJ wrote: > Can someone please explain these concepts to me? I can't find much > that explains it in plain English in the docs... I'd suggest using the apps/s_server.c of the openssl source as a reference. Its the implementation of the command "openssl s_server" and will contain

BIO/SSL concepts and multiple connections

2012-12-02 Thread TJ
Can someone please explain these concepts to me? I can't find much that explains it in plain English in the docs... I have been tasked with altering application code that uses an embedded webserver so that it uses OpenSSL for TLS/SSL functions. Being an embedded system with limited resources, I wa