aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 05/10Rich Salz2016-05-171-47/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-7/+10
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+1
* Patch the omission from prvious commit #17716.Andy Polyakov2008-12-231-2/+2
* Engage crypto/modes.Andy Polyakov2008-12-231-72/+5
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-3/+2
* Don't zap AES CBC IV, when decrypting truncated content in place.Andy Polyakov2005-01-181-2/+4
* iv needs to be const because it sometimes takes it's value from aRichard Levitte2004-12-281-3/+4
* Remove yet another redundant memcpy. Not at least performance critical,Andy Polyakov2004-12-261-4/+3
* Eliminate redundant memcpy of IV material. Performance improvement variesAndy Polyakov2004-12-261-7/+25
* Removing those memcpy()s also took away the possibility for in and out toRichard Levitte2003-10-291-3/+4
* 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