]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/hmac/hm_ameth.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / hmac / hm_ameth.c
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-03-20  Matt CaswellUpdate copyright year
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2017-02-28  Emilia KasperRemove support for HMAC_TEST_PRIVATE_KEY_FORMAT
2016-06-24  Nathaniel McCallumTeach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
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.
2010-03-06  Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-01  Ben LaurieMore size_tification.
2007-05-15  Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-11  Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.