]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/m_sigver.c
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / evp / m_sigver.c
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-23  Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-21  Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-18  Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-15  Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14  Richard LevitteFix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign...
2020-01-09  Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-08  Richard LevitteEVP: If a key can't be exported to provider, fallback...
2019-11-05  Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-11  Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-03  Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03  Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
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.