Re: Openssl: bio/crypto orthoganalization

2009-01-31 Thread Ger Hobbelt
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

Re: Openssl: bio/crypto orthoganalization

2009-01-31 Thread Bodo Moeller
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

Openssl: bio/crypto orthoganalization

2009-01-30 Thread terr
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