summaryrefslogtreecommitdiff
path: root/include/openssl/core_names.h
Commit message (Expand)AuthorAgeFilesLines
* Change provider params from int to size_tShane Lontis2019-09-051-25/+25
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+1
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-8/+5
* Use macros internally for algorithm namesRichard Levitte2019-08-191-0/+10
* Add fips provider code for handling self test dataShane Lontis2019-08-191-0/+5
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+20
* Make more use of OSSL_PARAM for digestsRichard Levitte2019-08-121-0/+3
* Add the ability to set PKCS#3 DH padding in providersMatt Caswell2019-07-161-0/+4
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-0/+9
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-10/+14
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-111-0/+6
* Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2019-06-111-2/+1
* Move digests to providersShane Lontis2019-06-041-0/+7
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-191-0/+1
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-0/+5
* Add a skeleton default providerMatt Caswell2019-03-211-0/+41