This is a discussion on RE: AES ( Advanced Encryption Standard) - Openssl ; Oups AES is in 0.9.7... ) []$ = LD_LIBRARY_PATH=3D/usr/local/ossl-0.9.7e-dev/lib:/usr/local/lib:/usr/lib = /usr/local/ossl-0.9.7e-dev/bin/openssl ciphers -v -tls1 DHE-RSA-AES256-SHA SSLv3 Kx=3DDH Au=3DRSA Enc=3DAES(256) = Mac=3DSHA1 DHE-DSS-AES256-SHA SSLv3 Kx=3DDH Au=3DDSS Enc=3DAES(256) = Mac=3DSHA1 AES256-SHA SSLv3 Kx=3DRSA Au=3DRSA Enc=3DAES(256) = Mac=3DSHA1 .... DHE-RSA-AES128-SHA SSLv3 Kx=3DDH Au=3DRSA ...
Oups AES is in 0.9.7...)
[]$ =
LD_LIBRARY_PATH=3D/usr/local/ossl-0.9.7e-dev/lib:/usr/local/lib:/usr/lib =
/usr/local/ossl-0.9.7e-dev/bin/openssl ciphers -v -tls1
DHE-RSA-AES256-SHA SSLv3 Kx=3DDH Au=3DRSA Enc=3DAES(256) =
Mac=3DSHA1
DHE-DSS-AES256-SHA SSLv3 Kx=3DDH Au=3DDSS Enc=3DAES(256) =
Mac=3DSHA1
AES256-SHA SSLv3 Kx=3DRSA Au=3DRSA Enc=3DAES(256) =
Mac=3DSHA1
....
DHE-RSA-AES128-SHA SSLv3 Kx=3DDH Au=3DRSA Enc=3DAES(128) =
Mac=3DSHA1
DHE-DSS-AES128-SHA SSLv3 Kx=3DDH Au=3DDSS Enc=3DAES(128) =
Mac=3DSHA1
AES128-SHA SSLv3 Kx=3DRSA Au=3DRSA Enc=3DAES(128) =
Mac=3DSHA1
....
[]$ =
LD_LIBRARY_PATH=3D/usr/local/ossl-0.9.7e-dev/lib:/usr/local/lib:/usr/lib =
/usr/local/ossl-0.9.7e-dev/bin/openssl version
OpenSSL 0.9.7e 25 Oct 2004
Regards,
Fred
-----Original Message-----
From: owner-openssl-dev@openssl.org on behalf of Stephen Sprunk
Sent: Thu 3/24/2005 5:17 PM
To: openssl-dev@openssl.org
Cc:=09
Subject: Re: AES ( Advanced Encryption Standard)
Thus spake "CHIN, LEY-HUA (Ginger)" gingerc@att.com:
> Does OpenSSL support AES? If it does, where can I find the document =
for
> AES API? I checked on www.openssl.org, no luck! If it doesn't, =
then
will
> it support in the near future?
AES is in the current snapshots, but it will not be in a "release" until
0.9.8 comes out. Presumably documentation will follow.
In the meantime, if you want to call the AES functions directly, look at =
the
crypto/aes/aes.h header file. If you use the EVP interface, just =
specify
which mode/keysize of AES you want (there are now 18 combinations) and =
use
the EVP interface like you would with any other cipher.
S
Stephen Sprunk "Stupid people surround themselves with smart
CCIE #3723 people. Smart people surround themselves with
K5SSS smart people who disagree with them." --Aaron Sorkin
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org