summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c
AgeCommit message (Expand)Author
2020-12-03remove unused initialisationsPauli
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-04-23Update copyright yearMatt Caswell
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2017-02-20Don't call memcpy if len is zero.Rich Salz
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-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2007-08-29aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov
2007-05-15Change C++ style comments.Dr. Stephen Henson
2007-05-13More IGE speedup.Ben Laurie
2007-05-13AES IGE mode speedup.Ben Laurie
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie