summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_cbc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct serious bug in AES-CBC decryption when the message length isn'tRichard Levitte2003-10-151-5/+4
* The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte2003-06-101-1/+1
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-15/+15
* disable weird assert()sBodo Möller2002-11-131-0/+6
* Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte2002-11-121-5/+21
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-1/+1
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-0/+89