aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
experimentsAdd test programs, specifically for the params generatorRichard Levitte17 months
mainAdd README text about the OSSL_PARAM parser generationRichard Levitte17 months
 
 
AgeCommit messageAuthorFilesLines
2023-05-08Add README text about the OSSL_PARAM parser generationHEADmainRichard Levitte1-13/+56
2023-05-08cmake/provider.cmake: add more variablesRichard Levitte1-1/+35
2023-05-08cmake/provider.cmake: Give up on trying to fix FindOpenSSL.cmake's messRichard Levitte1-98/+61
2023-05-04Implement another way to parse OSSL_PARAM keysRichard Levitte1-0/+185
2023-05-04cmake/provider.cmake: Allow the use of OpenSSLConfig.cmake, and trust itRichard Levitte1-95/+125
2023-02-01Allow other projects to ensure libprov symbols are hiddenRichard Levitte1-0/+5
2022-12-16cmake/provider.cmake: Find the Windows OpenSSL DLLsRichard Levitte1-0/+54
2022-12-13Separate OpenSSL preparation into a separate macroRichard Levitte1-8/+17
2022-12-13Implement provnum_set_int() and provnum_get_int()Richard Levitte2-0/+3
2022-08-05Adjust more things that FindOpenSSL.cmake may get wrongRichard Levitte1-6/+27
[...]