summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des.c
AgeCommit message (Expand)Author
2020-08-11Use local IV storage in e_des.cBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-01-25Deprecate the low level DES functions.Pauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
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
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
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-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