Re: I would like do AES 128 CTR enrcyption to ciphers list in SSL

2007-12-11 Thread Victor Duchovni
On Mon, Dec 10, 2007 at 06:43:34PM -0800, karthickramu wrote: > Hi > > > > Can any one help me on how to configure / add AES 128 bit Counter mode > encryption for OpenSSL. > > When i use "openssl enc help " I don't see AES_128_CTR in the Cipher types > list. Any help will be deeply appreciate

I would like do AES 128 CTR enrcyption to ciphers list in SSL

2007-12-11 Thread karthickramu
Hi Can any one help me on how to configure / add AES 128 bit Counter mode encryption for OpenSSL. When i use "openssl enc help " I don't see AES_128_CTR in the Cipher types list. Any help will be deeply appreciated. -Karthick

RE: Question on how to use AES-128-CTR

2006-12-26 Thread Edward Chan
l.org Subject: Question on how to use AES-128-CTR I'm playing with various crypto libraries to encrypt/decrypt in AES-128-CTR. 2 of the 3 libs inter-operate fine with each other; i.e. I can encrypt with one and decrypt with the other and vice versa. However,

Question on how to use AES-128-CTR

2006-12-23 Thread Edward Chan
I'm playing with various crypto libraries to encrypt/decrypt in AES-128-CTR. 2 of the 3 libs inter-operate fine with each other; i.e. I can encrypt with one and decrypt with the other and vice versa. However, when I use openssl with any of these libs, I am having problems. It seems like

AES-128-CTR

2006-12-05 Thread Edward Chan
Can anybody point me to some examples on how to use AES-128 in counter mode? Is this supported thru the EVP interface, or do I need to use the lower-level API's, such as AES_128ctr_encrypt/decrypt()? Also, looking at the signature of these API's in aes.h, I don't see a return code, or anything in