aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_des3.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-3/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-356/+355
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+2
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte1-10/+12
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson1-3/+3
2013-10-03evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov1-3/+3
2013-08-05Algorithm parameter support.Dr. Stephen Henson1-1/+2
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson1-0/+107
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov1-21/+87
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson1-0/+2
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson1-15/+11
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov1-1/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-3/+3
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson1-3/+3
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov1-11/+52
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson1-12/+50
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte1-1/+2
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov1-3/+42
2003-03-20Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte1-1/+1
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte1-2/+2
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte1-17/+17
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-18/+28
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie1-3/+0
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-0/+21
2000-06-03EVP constification.Ben Laurie1-12/+16
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson1-0/+161