summaryrefslogtreecommitdiffstats
path: root/crypto/evp/exchange.c
AgeCommit message (Expand)Author
2019-11-29Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-10-17PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-09Move EVP_PKEY algorithm implementations into a unionMatt Caswell
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-08-09Add missing SIZE_MAX define for windowsShane Lontis
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell
2019-07-16Enable PKCS#3 DH in the providersMatt Caswell
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell