summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des3.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-10-11Typo.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson
2013-10-03evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov
2013-08-05Algorithm parameter support.Dr. Stephen Henson
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
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-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-06-03EVP constification.Ben Laurie
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson