On Thu, Jan 24, 2008 at 05:10:00PM -0800, David Schwartz wrote:
>
> > Thanks, but as I said, I cannot simply provide my own linkable versions
> > of fopen, fread, etc. These functions are reserved by the system for
> > other uses.
> >
> > Is there no way to cleanly override IO in OpenSSL?
> >
> > Thanks.
>
> Just never ask OpenSSL to operate on a file. If you want to read a key in
> from a file, you read the key into a memory buffer and then ask OpenSSL to
> operate on the buffer.
However, compiling with OPENSSL_NO_FP_API and OPENSSL_NO_STDIO should
make the library free of any calls that use stdio.
--
Viktor.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]