]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/hmac
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / hmac /
2019-08-15  Richard LevitteMove HMAC to providers
2019-08-12  Richard LevitteHMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
2019-06-28  Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-06  Kurt RoeckxChange EVP_MAC method from copy to dup
2019-03-27  Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-10-30  Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add HMAC implementation
2018-09-03  PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03  Shane Lontishmac_init cleanup and fix key zeroization issue
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Rich SalzSet error code if alloc returns NULL
2018-03-20  Matt CaswellUpdate copyright year
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/hmac
2017-04-04  Gergely NagyPBKDF2 computation speedup (15-40%)
2017-02-28  Emilia KasperRemove support for HMAC_TEST_PRIVATE_KEY_FORMAT
2016-11-04  Matt CaswellFix style issues in HMAC_size()
2016-11-04  Matt CaswellEnsure HMAC_size() handles errors correctly
2016-06-24  Nathaniel McCallumTeach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
2016-06-24  Matt CaswellAdd a getter to obtain the HMAC_CTX md
2016-06-09  Andy Polyakovhmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
2016-05-23  J Mohan Rao Arisankala#4342: few missing malloc return checks and free in...
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-05-16  Steffan Kargerconst correctness: make HMAC_size() take a const *
2016-04-20  Richard LevitteRemove --classic build entirely
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-02  Dr. Stephen HensonUse utility functions for HMAC and CMAC.
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-17  Dmitry-MeFix mismatched curly brace
2016-02-08  Rich SalzGH641: Don't care openssl_zmalloc
2016-02-04  Emilia KasperRT3095: allow NULL key for single-shot HMAC
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzRemove update tags
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-12  Richard Levittemake update
2016-01-08  Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-09  Dr. Stephen Hensonmake update
2015-12-07  Richard LevitteRemove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h
2015-12-07  Richard Levittemake update
2015-12-07  Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07  Richard LevitteCleanup: rename HMAC_CTX_init to HMAC_CTX_reset
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteRemove HMAC_CTX_cleanup and combine its functionality...
2015-12-07  Richard LevitteMake the definition of HMAC_CTX opaque
2015-12-07  Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
2015-09-03  Rich Salzremove 0 assignments.
2015-06-12  Matt CaswellFix ABI break with HMAC
2015-06-10  Matt CaswellFix leak in HMAC error path
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-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-25  Matt CaswellFix HMAC to pass invalid key len test
2015-03-25  Matt CaswellAdd HMAC test for invalid key len
2015-03-25  Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25  Matt CaswellAdd more HMAC tests
2015-03-24  Dr. Stephen Hensonmake depend
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-02-10  Matt CaswellHMAC_cleanup, and HMAC_Init are stated as deprecated...
2015-02-06  Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28  Rich SalzRemove all .cvsignore files
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-17  Jonas Maebeold_hmac_encode: check for NULL result when allocating...
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2011-11-14  Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-09-05  Bodo Möllermake update
2011-05-19  Dr. Stephen Hensoninherit HMAC flags from MD_CTX
2011-03-24  Richard Levittemake update
2011-03-12  Ben LaurieAdd SRP support.
2011-02-21  Dr. Stephen HensonUpdate dependencies.
2011-01-27  Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26  Dr. Stephen HensonFIPS HMAC changes:
2011-01-26  Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12  Ben LaurieFix warnings.
2010-03-06  Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-01-26  Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-23  Dr. Stephen HensonAdd more return value checking attributes to evp.h...
next