summaryrefslogtreecommitdiff
path: root/providers/common/provider_util.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTomas Mraz2022-12-011-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-1/+0
* indentation fixPauli2022-11-111-1/+1
* prov: add a safe memdup function for context cloningPauli2022-11-111-0/+17
* Update provider_util.c to correctly handle ENGINE referencesMatt Caswell2021-10-191-1/+30
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+17
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-0/+3
* providers: remove TODOsPauli2021-06-021-3/+0
* prov: update provider util to be less agressive about changing things unneces...Pauli2021-02-281-1/+6
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-251-2/+10
* Separate fips and non fips code for key operationsShane Lontis2020-09-181-120/+0
* Add fips checks for ecdsa signaturesShane Lontis2020-09-181-0/+63
* Add fips checks for rsa signatures.Shane Lontis2020-09-181-0/+59
* Improve code reuse in the provider MAC bridgeMatt Caswell2020-08-291-39/+68
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-1/+1
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-4/+4
* deprecate engines in provider codePauli2020-07-161-0/+3
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-4/+4
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Ignore some fetch failuresMatt Caswell2020-03-271-0/+11
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-0/+14
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-1/+1
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli2019-09-251-3/+3
* Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte2019-09-201-16/+0
* Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte2019-09-201-0/+88
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-0/+15
* Fix no-engineMatt Caswell2019-09-121-1/+2
* Unify the digest getting code inside providers.Pauli2019-09-071-0/+151