summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ofb.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2016-05-17Copyright consolidation 05/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2008-12-23Engage crypto/modes.Andy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2006-06-05Reimplement AES_ofb128_encrypt.Andy Polyakov
2002-11-13disable weird assert()sBodo Möller
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte