summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des.c
AgeCommit message (Expand)Author
2016-01-15RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2015-10-14Remove EVP_CHECK_DES_KEYEmilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2006-04-20as we encrypt every bit separately we need to loop through the numberNils Larsch
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov
2003-03-20Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard 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