hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / engine / eng_cnf.c
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-07-16 Paulideprecate engines in libcrypto
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-04-05 Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-03-06 Richard LevitteAdapt ENGINE_CONF_DEBUG to the new generic trace API
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-07-25 FdaSilvaYYConstify engine/eng_cnf.c internal method.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2010-02-09 Dr. Stephen HensonFix memory leak in ENGINE autoconfig code. Improve...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-09-15 Bodo MöllerFrom branch OpenSSL_0_9_8-stable: Allow soft-loading...
2005-05-12 Dr. Stephen HensonTypo.
2005-05-11 Bodo MöllerFix more error codes.
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-02-24 Dr. Stephen HensonMake the engine config module always add dynamic ENGINEs
2002-01-22 Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2002-01-21 Dr. Stephen HensonInitial ENGINE config module, docs to follow.