summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_cbc.c
AgeCommit message (Expand)Author
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-12-23Patch the omission from prvious commit #17716.Andy Polyakov
2008-12-23Engage crypto/modes.Andy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2005-01-18Don't zap AES CBC IV, when decrypting truncated content in place.Andy Polyakov
2004-12-28iv needs to be const because it sometimes takes it's value from aRichard Levitte
2004-12-26Remove yet another redundant memcpy. Not at least performance critical,Andy Polyakov
2004-12-26Eliminate redundant memcpy of IV material. Performance improvement variesAndy Polyakov
2003-10-29Removing those memcpy()s also took away the possibility for in and out toRichard Levitte
2003-10-15Correct serious bug in AES-CBC decryption when the message length isn'tRichard Levitte
2003-06-10The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte
2002-11-14Remove warnings.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13disable weird assert()sBodo Möller
2002-11-12Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte