summaryrefslogtreecommitdiffstats
path: root/providers/common/digests/sha2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename the digest provider files to avoid any name clashes with other foldersShane Lontis2019-06-061-70/+0
* Move digests to providersShane Lontis2019-06-041-61/+44
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-1/+1
* Add the provider_algs.h internal header fileMatt Caswell2019-04-191-1/+1
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-1/+1
* providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte2019-04-151-0/+16
* Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte2019-04-151-3/+5
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-031-0/+6
* Implement SHA256 in the default providerMatt Caswell2019-03-211-0/+63