hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / lhash /
2024-04-09 Richard LevitteCopyright year updates
2024-01-17 Neil HormanIntroduce hash thunking functions to do proper casting
2023-10-03 Tomas MrazAll lh_stats functions were deprecated in 3.1
2023-09-28 Matt CaswellCopyright year updates
2023-09-21 Bernd EdlingerFix error handling in lhash contract
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-05-21 Pauliperformance: improve ossl_lh_strcasehash
2022-05-03 Matt CaswellUpdate copyright year
2022-04-25 Hugo LandauFix bug in OPENSSL_LH_flush
2022-03-28 Hugo LandauRemove statistics tracking from LHASH
2022-01-27 Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-13 Paulilhash: use lock when TSAN not available for statistics...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_lhash symbols
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-10-10 Richard LevitteRework how our providers are built
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-02 Antoine CœurFix Typos
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-04-19 Richard LevitteOPENSSL_LH_flush(): assign NULL after freeing
2019-02-18 PauliProperties for implementation selection.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-03 PauliMake OBJ_NAME case insensitive.
2018-08-07 Andy Polyakovlhash/lhash.c: switch to Thread-Sanitizer-friendly...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-02-22 Rich SalzRemove unused num.pl,segregnam scripts
2017-11-11 Long Qinlhash.c: Replace Unicode EN DASH with the ASCII char...
2017-10-24 Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-08 PauliDocument that lhash isn't thread safe under any circums...
2017-07-12 hongliangcoding style: remove extra whitespace charactor
2017-06-07 Rich SalzAdd a lock around the OBJ_NAME table
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2016-09-21 Rich SalzGH1555: Don't bump size on realloc failure
2016-07-01 mrprefix code formatting
2016-07-01 mrpreadd return value for expand
2016-05-22 Richard LevitteComplete the rename of LHASH functions and types
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-11 Richard LevittePerl's chop / chomp considered bad, use a regexp instead
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-28 Rich SalzRemove outdated tests
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-28 Rich Salzremove malloc casts
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-01-28 Rich SalzAdd missing declaration for lh_node_usage_stats
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2009-12-09 Dr. Stephen HensonRevert lhash patch for PR#2124
2009-12-09 Dr. Stephen HensonPR: 2124
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2008-06-04 Ben LaurieMore type-checking.
2008-05-27 Dr. Stephen HensonAvoid warning about empty structures and always define...
2008-05-26 Dr. Stephen HensonC++ style comments fixed.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-07-09 Dr. Stephen HensonNew functions to enumerate digests and ciphers.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-05 Nils Larschsome const fixes and cleanup
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
next