aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-30Add a Cmake macro "build_provider", which provides a standard way to build a ...Richard Levitte1-0/+96
2022-01-24Add a library to deal with numeric OSSL_PARAMRichard Levitte4-1/+174
2022-01-23Why did we link with libcrypto?Richard Levitte1-1/+1
2021-08-30Make sure the library name is "prov"Richard Levitte1-1/+3
2021-08-30Making libprov pic-independentDmitry Belyavskiy1-0/+1
2021-08-18Use OpenSSL::Crypto as a link library for libprovRichard Levitte1-1/+1
2021-02-14As a convenience, only find OpenSSL when not already foundRichard Levitte1-1/+3
2021-02-14Change the CMake name for the provider libraryRichard Levitte1-3/+3
2021-02-08Add a small provider error reporting libraryRichard Levitte4-2/+200
2021-02-08Initial commitRichard Levitte3-0/+175