aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_idea.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Fix missing IDEA renames (windows build)Michel2016-04-201-4/+4
* Rename some lowercase API'sRich Salz2016-04-181-8/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-10/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-43/+44
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-1/+1
* Make sure we get the definition of OPENSSL_NO_IDEA.Richard Levitte2003-03-201-2/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-3/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-7/+13
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* EVP constification.Ben Laurie2000-06-031-5/+6
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+111