The AES library (0.9.7-dev, 0.9.8-dev) abuses assert() to check
for invalid function parameters.

For aes_cbc.c, this includes the case where 'length' is not
a multiple of AES_BLOCK_SIZE.  For consistency with other ciphers,
the library should not require 'length' to be a multiple
of the block size.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to