summaryrefslogtreecommitdiffstats
path: root/providers/common/build.info
AgeCommit message (Expand)Author
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-07Drop libimplementations.aRichard Levitte
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18Separate fips and non fips code for key operationsShane Lontis
2020-07-21PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-10Rename providers/common/provlib.c to nid_to_name.cRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-07Unify the digest getting code inside providers.Pauli
2019-09-06Add KDFs to providersPauli
2019-08-15Move CMAC to providersRichard Levitte
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-16Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell
2019-06-28Add a nid 2 algorithm name mapping capabilityMatt Caswell
2019-04-19Create provider errors and use themMatt Caswell
2019-04-19Implement support for AES-256-ECB in the default providerMatt Caswell
2019-03-21Implement SHA256 in the default providerMatt Caswell