summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des3.c
AgeCommit message (Expand)Author
2022-05-08Fix Coverity 1201740 & 1201712: uninitialised valuesPauli
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-11Use local IV storage in e_des3.cBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-01-25Deprecate the low level DES functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-05-08Coverity CID 1444956: Integer handling issuesPauli
2019-05-01Structure alignment macro.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2016-06-23RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-02-12evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov
2016-01-26Remove /* foo.c */ commentsRich Salz
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