On Tue, May 27, 2014 at 3:00 AM, Anant Rao <a...@noknok.com> wrote: > Hi, > > I have ciphertext encrypted in Java (using BouncyCastle - BC) with > "AES/GCM/NoPadding" cipher. > > When I tried to decrypt it using OpenSSL in a 'c' program, the last call > 'EVP_DecryptFinal_ex' fails. Somehow, ERR_print_errors_fp is not printing > anything either. > > ...
I don't know about Bouncy Castle, but I believe Matt Caswell provided an example of AES/GCM on the OpenSSL wiki at http://wiki.openssl.org/index.php/EVP_Authenticated_Encryption_and_Decryption. Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org