Re: AES in counter mode support in openssl

2012-04-13 Thread sagar gupta
Hi, There is no core support for aes in counter mode in openssl. I had tried to work on aes in counter mode from openssl in version 1.0.0-beta. I did not find any support even though the functions are defined. As per my knowledge even for later versions its not added still but i do not know the

Re: AES in counter mode support in openssl

2012-04-13 Thread Matt Caswell (fr...@baggins.org)
Hi Sai Looking at the source code it seems that AES-CTR is #defined out in 1.0.0a. It is there in the latest 1.0.1 version however. Make sure you are using the EVP interface, and the following CTR modes are available (as defined in evp.h): const EVP_CIPHER *EVP_aes_256_ctr(void); const EVP_CIPHER

AES in counter mode support in openssl

2012-04-13 Thread Saimohan Gajula
*Hi all,* * * *I was working on the Openssl1.0.0a version for AES cryptographic support in counter mode i.e; AES-CTR mode. I did not find any support added to the openssl1.0.0a version. I wanted to ask that is there support for AES counter mode in openssl?? if Yes which version of Openssl support A

AES in counter mode support in openssl

2012-04-13 Thread Saimohan Gajula
*Hi all,* * * *I was working on the Openssl1.0.0a version for AES cryptographic support in counter mode i.e; AES-CTR mode. I did not find any support added to the openssl1.0.0a version. I wanted to ask that is there support for AES counter mode in openssl?? if Yes which version of Openssl support A