summaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
AgeCommit message (Expand)Author
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
2019-10-03Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy codeMatt 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
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-23Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-09Move EVP_PKEY algorithm implementations into a unionMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-08-29Fix data races in EVP_CIPHER_fetch and EVP_MD_fetchMatt Caswell
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Adapt diverse EVP_MD functions to use get_params and set_params interfacesRichard Levitte
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-04EVP_DigestInit_ex(): drop previous context engine earlierRichard Levitte
2019-06-04Move digests to providersShane Lontis
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell
2019-05-12EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell
2019-03-27Tolerate 0 byte input length for Update functionsMatt Caswell