summaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
AgeCommit message (Expand)Author
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
2019-03-21Implement SHA256 in the default providerMatt Caswell
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
2019-03-21Implement EVP_MD_fetch()Matt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-11Fix GH 327.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-02Fix a possible memleakRichard Levitte