summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_idea.c
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2020-08-11Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-01-19Deprecate the low level IDEA functions.Pauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-20Fix missing IDEA renames (windows build)Michel
2016-04-18Rename some lowercase API'sRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard 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 EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2003-03-20Make sure we get the definition of OPENSSL_NO_IDEA.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-06-03EVP constification.Ben Laurie
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson