aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-151-8/+53
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-151-20/+17
* Update copyright yearMatt Caswell2022-05-031-1/+1
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-021-9/+2
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-131-1/+1
* EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz2022-01-121-2/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz2021-11-121-10/+28
* Address Coverity 1493387 Logically dead codePauli2021-11-081-2/+2
* EVP: For all operations that use an EVP_PKEY, check that there is oneRichard Levitte2021-10-271-0/+6
* EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte2021-10-271-25/+68
* EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte2021-10-271-31/+33
* Prevent an overflow if an application supplies a buffer that is too smallMatt Caswell2021-10-221-3/+4
* EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz2021-08-261-8/+27
* do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz2021-07-231-0/+1
* evp: constify some OSSL_PARAM argumentsPauli2021-07-151-3/+3
* evp: detect and raise an error if no digest is found for a sign/verify operationPauli2021-07-081-1/+8
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+0
* evp: remove TODOsPauli2021-06-021-6/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-19/+19
* Make sure to include "internal/numbers.h" to get SIZE_MAXRichard Levitte2021-05-191-0/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* evp: add params arguments to init functionsPauli2021-03-121-9/+16
* do_sigver_init: Remove fallback for missing provider implementations.Tomas Mraz2021-03-041-11/+0
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix propquery handling in EVP_DigestSignInit_exPetr Gotthard2021-02-171-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+6
* HMAC should work with non-provided digestsDmitry Belyavskiy2020-09-171-5/+14
* 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