RE: Creating Encryption/Decryption Filter C++

2009-10-15 Thread Patel, Anand
Sent: Wednesday, October 07, 2009 7:20 PM To: openssl-users@openssl.org Subject: Re: Creating Encryption/Decryption Filter C++ On Tue, Oct 6, 2009 at 10:51 PM, Patel, Anand anand.pa...@cobham.com wrote: I would like to know how can I implement general purpose encryption/decryption filter that can

Re: Creating Encryption/Decryption Filter C++

2009-10-07 Thread Ger Hobbelt
On Tue, Oct 6, 2009 at 10:51 PM, Patel, Anand anand.pa...@cobham.com wrote: I would like to know how can I implement general purpose encryption/decryption filter that can be used with BIO objects. Basically, filter should get the data before it is written out to the stream/socket/memory.