Hi list, I've created an encrypter/decrypter object that successfully encrypts and decrypts strings. However, this object doesn't successfully decrypt another instances' encryption. It's obviously something to do with initialization.
I'm creating a BIO chain: Cipher, Base64, Memory. I'm using the functions Bio_Read and BIO_Write. Before operations, I'm using the BIO_set_cipher call with the same initialization vector and key (in all instances of my object). Any idea what is causing the decryption to fail when I'm using more than one instance of my object? Thank you very much! Best, Mike // This email is sent by a U2.com member. U2, Signatures Network and their respective affiliates and principals are not responsible in any way for, and do not sponsor, authorize, or endorse the contents of this email. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
