summaryrefslogtreecommitdiff
path: root/crypto/evp/m_sigver.c
Commit message (Expand)AuthorAgeFilesLines
* EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte2020-01-181-31/+30
* Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte2020-01-151-1/+1
* Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...Richard Levitte2020-01-141-12/+26
* EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte2020-01-091-12/+22
* EVP: If a key can't be exported to provider, fallback to legacyRichard Levitte2020-01-081-7/+11
* EVP: Make the SIGNATURE implementation leanerRichard Levitte2019-11-051-55/+67
* PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte2019-10-171-1/+2
* Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell2019-10-111-1/+5
* Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell2019-10-031-0/+10
* Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell2019-10-031-0/+2
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-031-7/+176
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update document for SM2 stuffsPaul Yang2018-09-071-1/+1
* Support setting SM2 IDPaul Yang2018-09-071-13/+12
* Support pmeth->digest_customPaul Yang2018-09-071-0/+8
* Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger2017-06-121-2/+10
* Add support for custom digestsign/digestverify methods.Dr. Stephen Henson2017-05-301-2/+20
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-0/+16
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-14/+13
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-5/+5
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-173/+145
* Constify.Dr. Stephen Henson2013-11-141-1/+2
* Flag to disable automatic copying of contexts.Dr. Stephen Henson2013-11-131-24/+52
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-271-2/+2
* Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson2010-02-081-0/+2
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-14/+31
* Yes it is a typo ;-)Dr. Stephen Henson2009-10-011-2/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-6/+9
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-151-0/+14
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-15/+29
* Fix digest signing so digest type is set after init.Dr. Stephen Henson2007-04-081-11/+6
* Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson2007-04-081-13/+45
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-2/+3
* New functions for enchanced digest sign/verify.Dr. Stephen Henson2006-05-241-0/+142