summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement AES CFB ciphers in the default providerMatt Caswell2019-04-193-0/+42
* Implement AES OFB ciphers in the default providerMatt Caswell2019-04-193-15/+72
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-193-72/+92
* Add support in the default provider for 192/128 bit AES ECBMatt Caswell2019-04-193-0/+68
* Add the provider_algs.h internal header fileMatt Caswell2019-04-195-7/+18
* Implement support for AES-256-ECB in the default providerMatt Caswell2019-04-197-1/+1374
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-192-2/+2
* 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
* Add a legacy provider and put MD2 in itMatt Caswell2019-04-095-0/+183
* Create a FIPS provider and put SHA256 in itMatt Caswell2019-04-054-1/+115
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-031-0/+6
* Implement SHA256 in the default providerMatt Caswell2019-03-215-1/+88
* Add a skeleton default providerMatt Caswell2019-03-213-0/+85