Re: AES 128 Counter mode

2007-12-11 Thread Victor Duchovni
On Tue, Dec 11, 2007 at 10:29:58AM -0800, karthickramu wrote: > > Actually I was using "openssl ciphers -v ALL" command to list all ciphers. I > was not able to find AES_128_CTR (counter mode AES cipher). Even with the > command "openssl ciphers" I don't see any 128 bit AES in counter mode. >

RE: AES 128 Counter mode

2007-12-11 Thread karthickramu
AES cipher to the openssl list if it is not added already. Thanks, Karthick -Original Message- From: Joseph Felten [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 12:46 AM To: [EMAIL PROTECTED] Cc: openssl-users@openssl.org Subject: Re: AES 128 Counter mode Perhaps you are

Re: AES 128 Counter mode

2007-12-11 Thread Joseph Felten
Perhaps you are using a different version, but if I do a "openssl -enc -ciphers" I just get the help list as there is no command. But if I use the "openssl ciphers" command, I receive the below response.: # openssl version OpenSSL 0.9.8e 23 Feb 2007 # openssl ciphers DHE-RSA-AES256-SHA:DHE-DSS-AE

AES 128 Counter mode

2007-12-11 Thread karthickramu
Hi, Is AES Counter mode enabled by default in OpenSSL. If not can anyone help me how enable it. When i use to command line tool to get the list of ciphers "openssl -enc -ciphers" i don't see AES_128_ctr in the list. Any help will be appreciated. thanks Karthick