Hello,
I'm trying generate a base64 encoding of an MD5 hash of a string using a chain of filter BIO's attached to a memory BIO sink. When I extract the data from the memory BIO (after performing a BIO_write followed by a BIO_flush), it appears that only the base64 encoding is performed. When I remove the base64 filter BIO from the chain, the data extracted from the memory BIO is unaltered. I have no problems performing an MD5 hash using the underlying EVP_ functions directly, but I was hoping to be able to use a chain of BIO filters instead. Does anyone have suggestions on this matter? Thanks in advance, Jerry Napoli [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]