openssl fipsinstall: fix cosmetic wart
[openssl.git] / crypto / evp / e_bf.c
2021-06-17 Matt CaswellUpdate copyright year
2021-06-08 Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2020-08-11 Benjamin KadukUse local IV storage in EVP BLOCK_* macros
2020-04-23 Matt CaswellUpdate copyright year
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BF.
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-05-24 Dr. Stephen HensonAdd missing variable length cipher flag for Blowfish.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-06-03 Ben LaurieEVP constification.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.