summaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
AgeCommit message (Expand)Author
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-20evp: fix coverity 1445872 - dereference after null checkPauli
2021-03-17Remove TODOs from digest.cPauli
2021-03-12evp: add params arguments to init functionsPauli
2021-03-04Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz
2021-02-26modify EVP to support digest gettable/settable callsPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-12EVP: fix reference counting for digest operations.Pauli
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis
2021-02-04Fix a use after free issue when a provider context is being used and isn't ca...Pauli
2020-12-23Cache Digest constantsMatt Caswell
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-11-26Fix regression in EVP_DigestInit_ex: crash when called with NULL typeTomas Mraz
2020-11-26EVP_DigestFinalXOF must not reset the EVP_MD_CTXTomas Mraz
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-01Run the withlibctx.pl scriptMatt Caswell
2020-09-17Redirect EVP_DigestInit to EVP_DigestSignInit_ex if appropriateMatt Caswell
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell
2020-08-29Fix some EVP_MD_CTX_* functionsMatt Caswell
2020-08-27EVP: NULL pctx pointer after free.Pauli
2020-08-24Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_...Shane Lontis
2020-08-24Fix coverity CID #1454638 - Dereference after NULL check in EVP_MD_CTX_gettab...Shane Lontis
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-07-16deprecate engines in libcryptoPauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-19Handle the case where there is no digest in an EVP_MD_CTXMatt Caswell
2020-02-04EVP_MD_CTX_ctrl(): Remove unnecessary controlRichard Levitte
2020-02-03Revert "Legacy digests can have custom control values"Matt Caswell
2020-01-22Legacy digests can have custom control valuesDmitry Belyavskiy
2020-01-13Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is setMatt Caswell
2019-12-11Fix some typosVeres Lajos
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-17EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1Richard Levitte
2019-10-16Correctly handle SSL3 Master Secret when calling providersMatt Caswell
2019-10-11Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell
2019-10-06EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte
2019-10-03Don't follow legacy path if ctx->pctx is setMatt Caswell
2019-10-03Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()Matt Caswell
2019-10-03Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell
2019-10-03Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() awareMatt Caswell