Oups AES is in 0.9.7... ;))
[]$ LD_LIBRARY_PATH=/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=DH Au=RSA Enc=AES(256) Mac=SHA1 DHE-DSS-AES256-SHA SSLv3 Kx=DH Au=DSS Enc=AES(256) Mac=SHA1 AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1 ... DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA1 DHE-DSS-AES128-SHA SSLv3 Kx=DH Au=DSS Enc=AES(128) Mac=SHA1 AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA1 ... []$ LD_LIBRARY_PATH=/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: [EMAIL PROTECTED] on behalf of Stephen Sprunk Sent: Thu 3/24/2005 5:17 PM To: [email protected] Cc: Subject: Re: AES ( Advanced Encryption Standard) Thus spake "CHIN, LEY-HUA (Ginger)" [EMAIL PROTECTED]: > 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 [email protected] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
