Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename the digest provider files to avoid any name clashes with other folders | Shane Lontis | 2019-06-06 | 1 | -70/+0 |
* | Move digests to providers | Shane Lontis | 2019-06-04 | 1 | -61/+44 |
* | Replumbing: give the possibility for the provider to create a context | Richard Levitte | 2019-04-30 | 1 | -1/+1 |
* | Add the provider_algs.h internal header file | Matt Caswell | 2019-04-19 | 1 | -1/+1 |
* | Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider aware | Matt Caswell | 2019-04-19 | 1 | -1/+1 |
* | providers/common/digests/sha2.c: forward declare all dispatched functions | Richard Levitte | 2019-04-15 | 1 | -0/+16 |
* | Providers: for the digest_final operation, pass a output buffer size | Richard Levitte | 2019-04-15 | 1 | -3/+5 |
* | Support EVP_MD_block_size() with providers | Matt Caswell | 2019-04-03 | 1 | -0/+6 |
* | Implement SHA256 in the default provider | Matt Caswell | 2019-03-21 | 1 | -0/+63 |