Re: AES support in OPENSSL

2008-12-31 Thread Richard Levitte
In message <9e5f1475c647774eb1c7189fd9457eea018c2...@il-tlv-mail01.comverse.com> on Wed, 31 Dec 2008 09:55:41 +0200, "Dayagi Yaron" said: Yaron.Dayagi> Hello, Yaron.Dayagi> Does OPENSSL support AES? Specificaly, via the evp API. Yaron.Dayagi> The documentation does not indicate it is supported

Re: AES support in OPENSSL

2008-12-31 Thread Brian Lavender
It doesn't seem to be in the man pages, but it's in the header file. I have only written some sample code, so I have to go back and review a bit. Check openssl/evp.h include file. const EVP_CIPHER *EVP_aes_256_ecb(void); const EVP_CIPHER *EVP_aes_256_cbc(void); const EVP_CIPHER *EVP_aes_256_cfb1(v

AES support in OPENSSL

2008-12-30 Thread Dayagi Yaron
Hello, Does OPENSSL support AES? Specificaly, via the evp API. The documentation does not indicate it is supported but I saw a few TLS functions witch use AES. Tx, Yaron.

AES support in OPenssl

2001-09-24 Thread Chunduru Rama Krishna Prasad
HI all, I would like to know if recent version of OPenssl would support AES. if so., where can I get code and related docs? help in this regard is highly appreciated. Thanks RKP __ OpenSSL Project