Re: AES GCM + padding

2013-02-08 Thread Dirk Menstermann
Thank you Matt!

On 08.02.2013 16:33, Matt Caswell wrote:
> It is a feature of GCM that the ciphertext (excluding the authentication tag) 
> is
> identical length to the plaintext. Therefore no padding is required.
> 
> Matt
> 
> On 8 February 2013 14:27, Dirk Menstermann  > wrote:
> 
> Hi,
> 
> I'm playing around with "EVP_aes_128_gcm". This works, but it seems that 
> EVP_*
> does not include padding. Is this expected/needed or did I miss a step?
> 
> Thanks
> Dirk
> __
> OpenSSL Project http://www.openssl.org
> User Support Mailing Listopenssl-users@openssl.org
> 
> Automated List Manager   majord...@openssl.org
> 
> 
> 

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: AES GCM + padding

2013-02-08 Thread Matt Caswell
It is a feature of GCM that the ciphertext (excluding the authentication
tag) is identical length to the plaintext. Therefore no padding is required.

Matt

On 8 February 2013 14:27, Dirk Menstermann  wrote:

> Hi,
>
> I'm playing around with "EVP_aes_128_gcm". This works, but it seems that
> EVP_*
> does not include padding. Is this expected/needed or did I miss a step?
>
> Thanks
> Dirk
> __
> OpenSSL Project http://www.openssl.org
> User Support Mailing Listopenssl-users@openssl.org
> Automated List Manager   majord...@openssl.org
>


AES GCM + padding

2013-02-08 Thread Dirk Menstermann
Hi,

I'm playing around with "EVP_aes_128_gcm". This works, but it seems that EVP_*
does not include padding. Is this expected/needed or did I miss a step?

Thanks
Dirk
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org