man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.
[openssl.git] / crypto / hmac /
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...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-02 Dr. Stephen HensonUpdate HMAC functions to return an error where relevant.
2008-11-01 Ben LaurieMore size_tification.
2008-03-16 Dr. Stephen HensonFix some warnings.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-05-22 Dr. Stephen HensonRevert broken change to ccgost.
2007-05-15 Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-12 Dr. Stephen HensonCopy update callback across when copying EVP_MD_CTX.
next