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                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to