Re: Error implementing AES-GCM using EVP from OpenSSL

2013-03-01 Thread Dr. Stephen Henson
On Fri, Mar 01, 2013, Leon Brits wrote: I am trying to add AES-GCM mode to my code which has been working for most other modes for quite a while now. The mode is given as a parameter and I use it for GCM mode to switch and do special stuff such as to set the AAD and get/set the tag for

Error implementing AES-GCM using EVP from OpenSSL

2013-02-28 Thread Leon Brits
I am trying to add AES-GCM mode to my code which has been working for most other modes for quite a while now. The mode is given as a parameter and I use it for GCM mode to switch and do special stuff such as to set the AAD and get/set the tag for AES-GCM mode. In the encipherment function I