summaryrefslogtreecommitdiffstats
path: root/providers/build.info
AgeCommit message (Expand)Author
2022-06-02Add VERSIONINFO resource to legacy provider if it is not builtinslontis
2022-06-02Add Windows VERSIONINFO resource to fips provider dll.slontis
2021-06-14Avoid duplicating prov_running.o in libdefault and libcryptoTomas Mraz
2021-05-26Rework how providers/fipsmodule.cnf is producedRichard Levitte
2021-05-13Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_testsDr. David von Oheimb
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-29test: never run fipsinstall if the tests are not enabled.Pauli
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-03Make 'tests' depend on a generated 'providers/fipsmodule.cnf'Richard Levitte
2020-10-08providers/build.info: Tag the FIPS module, for the build fileRichard Levitte
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-21PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte
2020-06-24include source root directory via -I for libnonfips.aPauli
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-02-14PROV: Build the main FIPS module code with FIPS_MODE definedRichard Levitte
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte
2019-10-10Cleanup: move provider mains upRichard Levitte
2019-10-10Providers: move all digestsRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-26When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte
2019-06-04Move digests to providersShane Lontis
2019-05-23Move where include path for providers/common/include gets specifiedMatt Caswell
2019-04-19Add the provider_algs.h internal header fileMatt Caswell
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell
2019-03-21Implement SHA256 in the default providerMatt Caswell
2019-03-21Add a skeleton default providerMatt Caswell