Re: evp_cipherfinal_ex problem in apache module

2005-05-25 Thread Peter Martin
I've added some more info. I have written an app that encrypts pages on a web server, and a module to decrypt them. The cipher routines are in a number of c++ classes compiled into a library used by other apps, and they appear to work correctly when invoked from the command line. However, whe

evp_cipherfinal_ex problem in apache module

2005-05-24 Thread Peter Martin
Hi, I have written an app that encrypts pages on a web server, and a module to decrypt them. The cipher routines are in a number of c++ classes compiled into a library used by other apps, and they appear to work correctly when invoked from the command line. However, when running the apache mod