I've played around with various
AES_cfb*_encrypt calls (with a loop that does 16 bytes at a time).
I can't get it to work...is there a "way" to a simple way to put the above
command line in C code (where I can supply input/output arrays?)
You should be on openssl-users, this is not an appropriate
question for openssl-dev.
The answer to your question is in the docs:
http://openssl.org/docs/crypto/EVP_EncryptInit.html
(look at the examples)
Just instead of using EVP_bf_cbc() as the cipher, you'd
just use EVP_aes_128_cfb()...
-Brad
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]