The "block length" for CFB mode was incorrectly coded as 1 all the time. It
[openssl.git] / crypto / evp / evp_locl.h
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.