summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an EVP_MD_CTX leakMatt Caswell2020-09-101-0/+10
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-081-2/+11
* Don't require a default digest from signature algorithmsMatt Caswell2020-08-291-3/+0
* Fix some EVP_MD_CTX_* functionsMatt Caswell2020-08-291-1/+1
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-13/+14
* Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell2020-07-301-3/+15
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-141-3/+6
* coverity 1462546 Dereference after null checkPauli2020-04-301-5/+7
* coverity 1462565: Null pointer dereferencesPauli2020-04-301-5/+7
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte2020-04-231-4/+10
* Handle mdname in legacy EVP_DigestSignInit_ex codepathsMatt Caswell2020-03-231-0/+3
* Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell2020-03-231-9/+15
* EVP: Don't call digest_custom() quite so earlyRichard Levitte2020-03-151-1/+26
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-1/+1
* Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell2020-03-091-6/+56
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-3/+6
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-1/+1
* EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte2020-01-231-24/+22
* EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte2020-01-211-4/+23
* 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