summaryrefslogtreecommitdiffstats
path: root/providers/common/digests/sha2.c
AgeCommit message (Expand)Author
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-03Support EVP_MD_block_size() with providersMatt Caswell
2019-03-21Implement SHA256 in the default providerMatt Caswell