bio_b64.c: prevent base64 filter BIO from decoding out-of-bound data
[openssl.git] / crypto / evp / e_des3.c
2017-05-02 Rich SalzRT2867: des_ede3_cfb1 ignored "size in bits" flag
2016-02-19 Andy Polyakovevp/e_des3.c: address compiler warning.
2016-02-13 Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2015-10-10 Dr. Stephen HensonTypo.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix strange formatting by indent
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-02-27 Dr. Stephen HensonFix fips flag handling.
2013-10-05 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-10-01 Dr. Stephen HensonAlgorithm parameter support.
2013-10-01 Dr. Stephen HensonEVP support for wrapping algorithms.
2013-05-20 Andy Polyakovevp/e_des[3].c: engage SPARC T4 DES support.
2012-05-13 Dr. Stephen HensonExperimental multi-implementation support for FIPS...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-05-28 Dr. Stephen HensonRedirect digests to FIPS module for FIPS builds.
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-10-31 Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DES.
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-06-03 Ben LaurieEVP constification.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.