Re: AES GCM cipher names

2013-05-15 Thread Matt Caswell
On 15 May 2013 20:15, Bin Lu wrote: > Hi, > > Could somebody tell me what names I should use in EVP_get_cipherbyname() to > return the AES_128_GCM and AES_256_GCM ciphers? I looked into openssl code > but got lost. > aes-128-gcm and aes-256-gcm Matt __

AES GCM cipher names

2013-05-15 Thread Bin Lu
Hi, Could somebody tell me what names I should use in EVP_get_cipherbyname() to return the AES_128_GCM and AES_256_GCM ciphers? I looked into openssl code but got lost. Thanks a lot, -binlu