summaryrefslogtreecommitdiffstats
path: root/providers/common/provider_util.c
AgeCommit message (Expand)Author
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-02-01indentation fixPauli
2022-02-01prov: add a safe memdup function for context cloningPauli
2021-10-19Update provider_util.c to correctly handle ENGINE referencesMatt Caswell
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-02providers: remove TODOsPauli
2021-02-28prov: update provider util to be less agressive about changing things unneces...Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-18Separate fips and non fips code for key operationsShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16deprecate engines in provider codePauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-27Ignore some fetch failuresMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli
2019-09-20Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-12Fix no-engineMatt Caswell
2019-09-07Unify the digest getting code inside providers.Pauli