summaryrefslogtreecommitdiff
path: root/crypto/evp/e_idea.c
Commit message (Expand)AuthorAgeFilesLines
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireappro2008-10-311-1/+1
* Make sure we get the definition of OPENSSL_NO_IDEA.levitte2003-03-201-2/+2
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. Thislevitte2002-02-161-3/+3
* Really add the EVP and all of the DES changes.ben2001-07-301-7/+13
* Make all configuration macros available for application by makinglevitte2001-02-191-1/+1
* EVP constification.ben2000-06-031-5/+6
* Fourth phase EVP revision.steve2000-05-301-0/+111