On Sat, Jan 31, 2009 at 6:49 AM, wrote:
>
> I've not looked at the OpenSSL code for a few years now. Last time I looked
> the only way to do things was via a "BIO" and the BIO functions did the
> crypto.
>
> This is totally inappropriate for many server designs.
Interesting! Can you give me a
On Sat, Jan 31, 2009 at 6:49 AM, wrote:
> I've not looked at the OpenSSL code for a few years now. Last time I looked
> the only way to do things was via a "BIO" and the BIO functions did the
> crypto.
That's not right. The BIO functions don't do crypto (well, you can
use BIO structures to
I've not looked at the OpenSSL code for a few years now. Last time I looked
the only way to do things was via a "BIO" and the BIO functions did the crypto.
This is totally inappropriate for many server designs.
I would like to ask if the crypto/bio functions have been factored apart so
the