aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-13/+17
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-121-13/+22
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2016-01-151-1/+1
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-26/+41
* Remove EVP_CHECK_DES_KEYEmilia Kasper2015-10-141-5/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-165/+161
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-4/+52
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+2
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-17/+64
* as we encrypt every bit separately we need to loop through the numberNils Larsch2006-04-201-1/+1
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-7/+31
* CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-271-2/+35
* Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte2003-03-201-1/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-1/+1
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-9/+9
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-6/+7
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* EVP constification.Ben Laurie2000-06-031-10/+16
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+112