aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des3.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-0/+7
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2016-06-231-0/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-121-12/+19
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2016-01-151-2/+2
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+47
* Remove EVP_CHECK_DES_KEYEmilia Kasper2015-10-141-13/+0
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-28/+0
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-3/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-356/+355
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+2
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-10/+12
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/evpDr. Stephen Henson2014-12-081-3/+3
* evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov2013-10-031-3/+3
* Algorithm parameter support.Dr. Stephen Henson2013-08-051-1/+2
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-171-0/+107
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-21/+87
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-051-0/+2
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-15/+11
* 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