]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_locl.h
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / crypto / evp / evp_locl.h
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2014-03-02  Dr. Stephen HensonMake null cipher work in FIPS mode.
2014-03-01  Dr. Stephen HensonAdd additional FIPS digests.
2013-10-05  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04  Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01  Adam LangleyAEAD support.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-01-18  Dr. Stephen Hensonundef some symbols that cause problems with make depend...
2011-11-22  Dr. Stephen HensonWorkaround so "make depend" works for fips builds.
2011-10-09  Dr. Stephen HensonBackport of password based CMS support from HEAD.
2011-06-05  Dr. Stephen HensonFIPS low level blocking for AES, RC4 and Camellia....
2011-06-01  Dr. Stephen HensonProhibit low level cipher APIs in FIPS mode.
2011-06-01  Dr. Stephen HensonProhibit use of low level digest APIs in FIPS mode.
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-02-26  Dr. Stephen HensonRevert CFB block length change. Despite what SP800...
2010-02-15  Dr. Stephen HensonThe "block length" for CFB mode was incorrectly coded...
2010-02-15  Dr. Stephen HensonCorrect ECB mode EVP_CIPHER definition: IV length is 0
2010-02-15  Dr. Stephen Hensonadd EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-10-31  Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2007-07-08  Andy PolyakovEVP_*_cfb1 was broken.
2006-12-19  Nils Larschremove trailing '\'
2006-06-02  Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-05-24  Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14  Dr. Stephen HensonAdd functions to allow setting and adding external...
2006-04-13  Dr. Stephen HensonAdd key derivation support.
2006-04-11  Dr. Stephen HensonInitial keygen support.
2006-04-09  Dr. Stephen HensonConstification.
2006-04-08  Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-07  Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07  Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07  Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06  Dr. Stephen HensonUpdated to EVP_PKEY_METHOD code... still doesn't do...
2006-04-06  Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
2004-01-28  Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2002-08-16  Dr. Stephen HensonFix block_size field for CFB and OFB modes: it should...
2002-02-16  Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-01-02  Richard LevitteThe block size may be something other than 8!
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()
2000-06-11  Dr. Stephen HensonFix evp_locl.h macros.
2000-06-03  Ben LaurieEVP constification.
2000-05-30  Dr. Stephen HensonFourth phase EVP revision.