summaryrefslogtreecommitdiffstats
path: root/providers/legacy
AgeCommit message (Expand)Author
2019-09-05Change provider params from int to size_tShane Lontis
2019-08-20cleanup provider digestsShane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add {get,set}table_params() functions for provider digestsRichard Levitte
2019-08-12Adapt the provider digests for more use of OSSL_PARAMRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-17Replumbing: Adapt the default and legacy providers to use library context upcallRichard Levitte
2019-06-06rename the digest provider files to avoid any name clashes with other foldersShane Lontis
2019-06-04Move digests to providersShane Lontis
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell