]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/m_sigver.c
Add the provider function signatures for DigestSign*
[thirdparty/openssl.git] / crypto / evp / m_sigver.c
2019-10-03  Matt CaswellAdd the provider function signatures for DigestSign*
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-07  Paul YangUpdate document for SM2 stuffs
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangSupport pmeth->digest_custom
2017-06-12  Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-05-30  Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-11  Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteHave other crypto/evp files include evp_locl.h
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-11-14  Dr. Stephen HensonConstify.
2013-11-13  Dr. Stephen HensonFlag to disable automatic copying of contexts.
2010-11-27  Dr. Stephen HensonSome of the MS_STATIC use in crypto/evp is a legacy...
2010-02-08  Dr. Stephen HensonUse supplied ENGINE when initialising CMAC. Restore...
2010-02-08  Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2009-10-01  Dr. Stephen HensonYes it is a typo ;-)
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
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.
2007-04-08  Dr. Stephen HensonFix digest signing so digest type is set after init.
2007-04-08  Dr. Stephen HensonPreliminary support for signctx/verifyctx callbacks.
2006-08-28  Ben LaurieMake things static that should be. Declare stuff in...
2006-05-24  Dr. Stephen HensonNew functions for enchanced digest sign/verify.