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