summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c
AgeCommit message (Expand)Author
2021-03-12evp: add params arguments to init functionsPauli
2021-03-04do_sigver_init: Remove fallback for missing provider implementations.Tomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-17Fix propquery handling in EVP_DigestSignInit_exPetr Gotthard
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-17HMAC should work with non-provided digestsDmitry Belyavskiy
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-08-29Don't require a default digest from signature algorithmsMatt Caswell
2020-08-29Fix some EVP_MD_CTX_* functionsMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-07-30Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-04-30coverity 1462546 Dereference after null checkPauli
2020-04-30coverity 1462565: Null pointer dereferencesPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-23EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte
2020-03-23Handle mdname in legacy EVP_DigestSignInit_ex codepathsMatt Caswell
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-15EVP: Don't call digest_custom() quite so earlyRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-03-09Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte
2020-01-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte
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