On Fri, Jan 11, 2013, antoine augier wrote: > Hello > > > I'm currently trying to decrypt a given text using openssl. I tried to make > my own code using the example given there : Late authentication in OpenSSL > GCM > decryption<http://stackoverflow.com/questions/12972610/late-authentication-in-openssl-gcm-decryption>but > i still have a bad result in the end. My decryption function is as > followed : > [snip] > > I realy doesn't know why it doesn't work. If you have any idea, tips or > concret example, it would be a big help >
Try the example in demos/evp/aesgcm.c in the development branch of OpenSSL. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
