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.
My question was how to add 128 bit counter mode 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 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-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DS S-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3-MD5:DHE-RSA-AES128-SHA:DHE-DSS-AES128-S HA:AES128-SHA:IDEA-CBC-SHA:IDEA-CBC-MD5:RC2-CBC-MD5:RC4-SHA:RC4-MD5:RC4-MD5: EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:DES-CBC-MD5:EXP-EDH-RSA- DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2- CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5 Quoting [EMAIL PROTECTED]: > 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 > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]