This is a discussion on Re: AES ( Advanced Encryption Standard) - Openssl ; 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 ...
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