summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c
AgeCommit message (Expand)Author
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte
2020-01-14Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...Richard Levitte
2020-01-09EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte
2020-01-08EVP: If a key can't be exported to provider, fallback to legacyRichard Levitte
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-10-17PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte
2019-10-11Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell
2019-10-03Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell
2019-10-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger
2017-05-30Add support for custom digestsign/digestverify methods.Dr. Stephen Henson
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-11-14Constify.Dr. Stephen Henson
2013-11-13Flag to disable automatic copying of contexts.Dr. Stephen Henson
2010-11-27Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson
2010-02-08Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson
2009-10-01Yes it is a typo ;-)Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2007-04-08Fix digest signing so digest type is set after init.Dr. Stephen Henson
2007-04-08Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-05-24New functions for enchanced digest sign/verify.Dr. Stephen Henson