summaryrefslogtreecommitdiffstats
path: root/providers/common/digests
AgeCommit message (Expand)Author
2019-09-05Change provider params from int to size_tShane Lontis
2019-08-20cleanup provider digestsShane Lontis
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Add {get,set}table_params() functions for provider digestsRichard Levitte
2019-08-12Adapt the provider digests for more use of OSSL_PARAMRichard Levitte
2019-06-25Fix s390x build errors and warningsPatrick Steuer
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-06rename the digest provider files to avoid any name clashes with other foldersShane Lontis
2019-06-04Move digests to providersShane Lontis
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-19Add the provider_algs.h internal header fileMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-15providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-03-21Implement SHA256 in the default providerMatt Caswell