aboutsummaryrefslogtreecommitdiff
path: root/providers/common/digests
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte1-1/+1
2019-04-19Add the provider_algs.h internal header fileMatt Caswell1-1/+1
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell1-1/+1
2019-04-15providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte1-0/+16
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte1-3/+5
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell1-1/+3
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell1-0/+6
2019-03-21Implement SHA256 in the default providerMatt Caswell2-0/+66