> 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. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
