summaryrefslogtreecommitdiff
path: root/crypto/evp/e_des3.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-201/+202
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+2
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-10/+12
* evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov2013-10-031-3/+3
* Redirect digests to FIPS module for FIPS builds.Dr. Stephen Henson2011-05-281-0/+3
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+3
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-3/+3
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-11/+52
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-12/+50
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-1/+2
* CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-271-3/+42
* 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-2/+2
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-17/+17
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-18/+28
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-3/+0
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+21
* EVP constification.Ben Laurie2000-06-031-12/+16
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+161